Skip to content

Commit

Permalink
Set a version number and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
timbotimbo committed Jul 2, 2024
1 parent 6d0e4b2 commit aa8875d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <rex.raphael@outlook.com>
# - Thomas Stockx <thomas@stockxit.com>
Expand Down

0 comments on commit aa8875d

Please sign in to comment.