-
-
Notifications
You must be signed in to change notification settings - Fork 562
Description
Plugin Version or Commit ID
v0.16.2
Unity Version
6000.2.7f2
Your Host OS
Windows 11 Pro
Target Platform
UnityEditor
[Windows Only] Visual Studio C++ and Windows SDK Version
No response
[Linux Only] GCC/G++ and GLIBC Version
No response
[Android Only] Android Build Tools and NDK Version
No response
[iOS Only] XCode Version
No response
Command Sequences
Achieved by directly importing the .unitypackage
Log
Library\PackageCache\com.unity.ugui@f250afc9b68d\Runtime\UGUI\EventSystem\UIElements\WorldDocumentRaycaster.cs(49,70): error CS1061: 'EventSystem' does not contain a definition for 'uiToolkitInterop' and no accessible extension method 'uiToolkitInterop' accepting a first argument of type 'EventSystem' could be found (are you missing a using directive or an assembly reference?)
Additional Context
The readme.md in v0.16.2 states the Unity version as >= 2022.3. But the some of code uses the uiToolkitInterop, which is not longer a thing In new unity versions. Either the maximum Unity version should be clarified, or it should be compatible with newer Unity versions.