Unity Input System integration package doesn't compile - Cannot resolve symbol 'UnityInput'

geoffd

New member
Hey there, I was following the UIS getting started section on your website and downloaded/imported the Unity Input System integration package. UnityInputSystem.cs has a compiler error. Cannot resolve symbol 'UnityInput'. Please advise.

1758856236415.png
 
We moved the Shared.Input.UnityInput to Shared.Input.InputManager.UnityInput

And we moved Shared.Input.UnityInputSystem to Shared.Input.InputSystem.UnityInputSystem

Let me know if switching both of those work for you
 
I updated UIS and UCC today and also got this error. Changing the reference as indicated above fixed it for me.

Will the UCC integration scripts also be moved to the packages folder at some point in time?
 
> I updated UIS and UCC today and also got this error. Changing the reference as indicated above fixed it for me.
Ah I thought this was fixed, I'll check to see if it came back or it's simply that the update hasn't gone live yet

>Will the UCC integration scripts also be moved to the packages folder at some point in time?
As it stands integrations are staying outside of the package folder. But it's something we haven't quite decided on yet. So it might change one day
 
Back
Top