Skip to content

Commit aa8875d

Browse files
committed
Set a version number and update changelog.
1 parent 6d0e4b2 commit aa8875d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## Pending (master branch only)
1+
## Pending (experimental/unity_6000 branch)
2+
6000.0.0-alpha
3+
4+
**Breaking changes**
5+
* Android now requires an export from Unity 6000. For Unity 2019.3-2022.3 use the latest 2022.x plugin.
6+
* This plugin now requires Java 17 and Gradle 8.x
7+
8+
## Pending (forked from master branch)
29
* [Android] Fix touch detection when using Unity's New Input System. [#938](https://github.com/juicycleff/flutter-unity-view-widget/pull/938)
310
* [Android] Workaround for mUnityplayer error in Unity plugins using the AndroidJavaProxy. [#908](https://github.com/juicycleff/flutter-unity-view-widget/pull/908)
411
* [Android] Add namespace for Android gradle plugin (AGP) 8 compatibility.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_unity_widget
22
description: Flutter Unity 3D widget for embedding Unity game scenes in flutter. This library now supports Unity as a Library.
3-
version: 2022.2.1
3+
version: 6000.0.0-alpha
44
#authors:
55
# - Rex Raphael <[email protected]>
66
# - Thomas Stockx <[email protected]>

0 commit comments

Comments
 (0)