flutter-unity-view-widget icon indicating copy to clipboard operation
flutter-unity-view-widget copied to clipboard

When will Unity Editor 6000.1.5 be supported?

Open Daudxu opened this issue 7 months ago • 3 comments

We are concerned about potential incompatibility when attempting to upgrade our Unity project to version 6000.1.5. If flutter-unity-view-widget does not officially support 6000.1.5, developers using this latest Unity Editor version might encounter issues such as forced project re-imports, compilation errors, runtime instability, or an inability to leverage the new features, optimizations, and bug fixes introduced in 6000.1.5. This hinders our ability to keep our projects updated with the latest Unity advancements.

Daudxu avatar Jun 10 '25 03:06 Daudxu

Like I responed to you here

6.1 does not seem to have any breaking changes for this plugin compared to 6.0. Exports should work with the Unity 6000 workflow.

And for 'official support', like you already read here

I can't release pub.dev updates for the plugin and the plugin owner isn't really active anymore, so don't expect a pub.dev release soon.

Nobody besides me is maintinging this plugin anymore, so this is all you can get as support.

The master branch supports Unity 2019-2022, and the 6000 branch supports Unity 6+. That is not going to change unless there are some big breaking changes from Unity.

If you run into a specific issue on 6.1, make an issue with details about software versions (unity, fluttet, android studio, etc.) and what you are trying to do.

timbotimbo avatar Jun 11 '25 08:06 timbotimbo

Is this package dead then?

WouterVandenputte avatar Jun 28 '25 11:06 WouterVandenputte

Like I responed to you here

6.1 does not seem to have any breaking changes for this plugin compared to 6.0. Exports should work with the Unity 6000 workflow.

And for 'official support', like you already read here

I can't release pub.dev updates for the plugin and the plugin owner isn't really active anymore, so don't expect a pub.dev release soon.

Nobody besides me is maintinging this plugin anymore, so this is all you can get as support.

The master branch supports Unity 2019-2022, and the 6000 branch supports Unity 6+. That is not going to change unless there are some big breaking changes from Unity.

If you run into a specific issue on 6.1, make an issue with details about software versions (unity, fluttet, android studio, etc.) and what you are trying to do.

The branch I am using is https://github.com/juicycleff/flutter-unity-view-widget/tree/experimental/unity_6000

After using flutter to export unity6 and configuring it according to the document, the error No such module 'UnityFramework' is reported when running

kukaylib avatar Jul 08 '25 08:07 kukaylib