The error is:
Code: Select all
error CS0234: The type or namespace name 'InputSystem' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
Code: Select all
Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\Demo Scripts\SimpleController.cs(99,26)
Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\Demo Scripts\SimpleController.cs(100,26)
Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\UI\Utility\UITools.cs(43,51)
- Update/install the new Input System, which I already have.
- Make sure the new input system is enabled in the Player section of the Project Settings. Done
- Regenerate project files in Preferences -> External tools.
- Upgrading / downgrading VSCode integration plugin, but that didn't do anything.
But I have no option to add UnityEngine.InputSystem.
I don't know what else can I do to fix this problem.