juicycleff / flutter-unity-view-widget

Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
BSD 3-Clause "New" or "Revised" License
2.13k stars 518 forks source link

Add experimental Unity 6000 implementation for Android. #966

Closed timbotimbo closed 3 months ago

timbotimbo commented 3 months ago

This PR merges into the branch experimental/unity_6000 to allow people to test this without affecting the main plugin in master.

Description

Unity 2023.3 turned into 6000 preview, which will eventually become the next LTS version. For ios and web you will likely be able to build using the existing 2022.x plugin. However Android had some breaking changes in Unity 2023.1.

This PR is a base implementation for supporting Unity 6000 on Android. For now this is in a separate branch from master for testing.

Fixed changes in the Unity 6000 android export

Type of Change