PrimeTween icon indicating copy to clipboard operation
PrimeTween copied to clipboard

PrimeTween Demo doesn't work with the New Input System

Open yosun opened this issue 7 months ago • 1 comments

Just grabbed PrimeTween... in a live project to replace DotTween Pro... It's not compatible with New Input System?

InvalidOperationException: You are trying to read Input using the UnityEngine.Input class, but you have switched active Input handling to Input System package in Player Settings. UnityEngine.Input.GetButtonDown (System.String buttonName) (at /Users/bokken/build/output/unity/unity/Modules/InputLegacy/Input.bindings.cs:373) UnityEngine.EventSystems.BaseInput.GetButtonDown (System.String buttonName) (at ./Library/PackageCache/[email protected]/Runtime/EventSystem/InputModules/BaseInput.cs:126) UnityEngine.EventSystems.StandaloneInputModule.ShouldActivateModule () (at ./Library/PackageCache/[email protected]/Runtime/EventSystem/InputModules/StandaloneInputModule.cs:229) UnityEngine.EventSystems.EventSystem.Update () (at ./Library/PackageCache/[email protected]/Runtime/EventSystem/EventSystem.cs:503)

yosun avatar Jul 22 '24 19:07 yosun