From aa8875d814a8c203bdb5d1cbf2fd5d1c53a8664c Mon Sep 17 00:00:00 2001 From: timbotimbo Date: Tue, 2 Jul 2024 23:55:25 +0200 Subject: [PATCH] Set a version number and update changelog. --- CHANGELOG.md | 9 ++++++++- pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a098758f..5e96068f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -## Pending (master branch only) +## Pending (experimental/unity_6000 branch) +6000.0.0-alpha + +**Breaking changes** +* Android now requires an export from Unity 6000. For Unity 2019.3-2022.3 use the latest 2022.x plugin. +* This plugin now requires Java 17 and Gradle 8.x + +## Pending (forked from master branch) * [Android] Fix touch detection when using Unity's New Input System. [#938](https://github.com/juicycleff/flutter-unity-view-widget/pull/938) * [Android] Workaround for mUnityplayer error in Unity plugins using the AndroidJavaProxy. [#908](https://github.com/juicycleff/flutter-unity-view-widget/pull/908) * [Android] Add namespace for Android gradle plugin (AGP) 8 compatibility. diff --git a/pubspec.yaml b/pubspec.yaml index 14e0fa8f..6e61f8ed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_unity_widget description: Flutter Unity 3D widget for embedding Unity game scenes in flutter. This library now supports Unity as a Library. -version: 2022.2.1 +version: 6000.0.0-alpha #authors: # - Rex Raphael # - Thomas Stockx