[Warnings] CharacterInput

Paramedic

Member
Hey, I started have this 3 warnings displayed, what can be a reason?

Assets\Opsive\Shared\Input\InputSystem\CharacterInput.cs(1789,17): warning CS0436: The type 'CharacterInput' in 'E:\Program Files\Github Desktop\Metroidvania-Unity\Assets/Opsive/Shared/Input/InputSystem/CharacterInput.cs' conflicts with the imported type 'CharacterInput' in 'Opsive.Shared.Input.UnityInputSystem, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'E:\Program Files\Github Desktop\Metroidvania-Unity\Assets/Opsive/Shared/Input/InputSystem/CharacterInput.cs'.

Assets\Opsive\Shared\Input\InputSystem\CharacterInput.cs(2062,17): warning CS0436: The type 'CharacterInput' in 'E:\Program Files\Github Desktop\Metroidvania-Unity\Assets/Opsive/Shared/Input/InputSystem/CharacterInput.cs' conflicts with the imported type 'CharacterInput' in 'Opsive.Shared.Input.UnityInputSystem, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'E:\Program Files\Github Desktop\Metroidvania-Unity\Assets/Opsive/Shared/Input/InputSystem/CharacterInput.cs'.

Assets\Opsive\Shared\Input\InputSystem\CharacterInput.cs(2063,26): warning CS0436: The type 'CharacterInput' in 'E:\Program Files\Github Desktop\Metroidvania-Unity\Assets/Opsive/Shared/Input/InputSystem/CharacterInput.cs' conflicts with the imported type 'CharacterInput' in 'Opsive.Shared.Input.UnityInputSystem, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'E:\Program Files\Github Desktop\Metroidvania-Unity\Assets/Opsive/Shared/Input/InputSystem/CharacterInput.cs'.
 
That's very odd it seems you have a duplicated input script. one in a script and another in a dll.

if you go to E:\Program Files\Github Desktop\Metroidvania-Unity\Assets/Opsive/Shared/Input/InputSystem/ what do you see?

Did you install UIS on its own? Or did you install other Opsive assets/integrations?

@Justin any ideas?
 
That looks like an old version of the integration. I would start by completely removing the integration and reimporting.
 
Top