Anyone tried Needle with Unity 2023 yet?

Might give it a shot today just wondering if there are any known issues with that engine version etc

Original Post on Discord

by user 103054507105067008

Just gave it a try, new empty project in Unity 2023.1.0f1 and there is no Needle context menu when right clicking hierarchy or the top nav bar either. Gonna restart the engine - Iā€™m only testing this out of curiosity btw to help testing :slightly_smiling_face:

by user 103054507105067008

by user 103054507105067008

Errors:

Library\PackageCache\com.needle.engine-exporter@3.6.10\Core\Editor\Internals\AnimationWindowUtil.cs(26,27): error CS1061: 'AnimationWindowState' does not contain a definition for 'StartPreview' and no accessible extension method 'StartPreview' accepting a first argument of type 'AnimationWindowState' could be found (are you missing a using directive or an assembly reference?)

and

Library\PackageCache\com.needle.engine-exporter@3.6.10\Core\Editor\Internals\AnimationWindowUtil.cs(37,27): error CS1061: 'AnimationWindowState' does not contain a definition for 'StopPreview' and no accessible extension method 'StopPreview' accepting a first argument of type 'AnimationWindowState' could be found (are you missing a using directive or an assembly reference?)

by user 103054507105067008

We usually dont add support for the very early Unity versions because they tend to change a lot or change APIs too often.

So 2023 is not supported right now / not tested right now. But feel free to collect your finding here :slightly_smiling_face:

I assume the context menu is missing because of those compiler errors

Yep definitely, Iā€™ll keep an eye on it, not planning to use 2023 yet either

by user 103054507105067008