Hey im new to Coherence, it looks realy cool and i try to learn something.
I created a fresh clean projekt with unity 6000.1.5f1 (latest version), installed coherence via package manager and imported the sample scenes. On all scenes it fires hundreds of errors regarding to Input Class.
Looks like its using some old input sys? The EventSystem Inspector tells me:
“You are using StandaloneInputModule, which uses the old InputManager. Your are using the new InputSystem, and ahve the old InputManager disabled. StandaloneInputModule will not work. Click the button below to replace this component with a InputSystemUIInputModule, which uses the new Input System.”
If i run the scene without clicking on this button, the UI Components cant be clicked at all. If i click the button to replace it, the UI is responding as it should, but nothing else happens because we still have alot of errors fire.
So how can i fix this or what should i do to test the sample scenes?