Using Unity 2020.3.25f1 and demo project I have this errors:
How can I fix it?
Assets/StarterAssets/InputSystem/StarterAssetsInputs.cs(3,19): error CS0234: The type or namespace name 'InputSystem' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
Assets/StarterAssets/ThirdPersonController/Scripts/ThirdPersonController.cs(3,19): error CS0234: The type or namespace name 'InputSystem' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
Assets/StarterAssets/InputSystem/StarterAssetsInputs.cs(26,22): error CS0246: The type or namespace name 'InputValue' could not be found (are you missing a using directive or an assembly reference?)
Assets/StarterAssets/ThirdPersonController/Scripts/ThirdPersonController.cs(13,27): error CS0246: The type or namespace name 'PlayerInput' could not be found (are you missing a using directive or an assembly reference?)
Assets/StarterAssets/InputSystem/StarterAssetsInputs.cs(31,22): error CS0246: The type or namespace name 'InputValue' could not be found (are you missing a using directive or an assembly reference?)
Assets/StarterAssets/InputSystem/StarterAssetsInputs.cs(39,22): error CS0246: The type or namespace name 'InputValue' could not be found (are you missing a using directive or an assembly reference?)
Assets/StarterAssets/InputSystem/StarterAssetsInputs.cs(44,24): error CS0246: The type or namespace name 'InputValue' could not be found (are you missing a using directive or an assembly reference?)
Problem detected while importing the Prefab file: 'Assets/StarterAssets/ThirdPersonController/Prefabs/NestedParentCapsule_Unpack.prefab'.
The file might be corrupt or have missing nested Prefabs. See details below.
Errors:
Prefab instance problem: UI_EventSystem (Missing Prefab with guid: f0271df749728104eac22c3d897fd8ce)
Prefab instance problem: UI_Canvas_StarterAssetsInputs_Joysticks (Missing Prefab with guid: 2f7f3dde7ae722a4aafffe20691ad702)
Problem detected while importing the Prefab file: 'Assets/StarterAssets/ThirdPersonController/Prefabs/NestedParentArmature_Unpack.prefab'.
The file might be corrupt or have missing nested Prefabs. See details below.
Errors:
Prefab instance problem: UI_EventSystem (Missing Prefab with guid: f0271df749728104eac22c3d897fd8ce)
Prefab instance problem: UI_Canvas_StarterAssetsInputs_Joysticks (Missing Prefab with guid: 2f7f3dde7ae722a4aafffe20691ad702)
Problem detected while loading the contents of the Prefab file: 'Assets/StarterAssets/ThirdPersonController/Prefabs/NestedParentCapsule_Unpack.prefab'.
Check the following logs for more details.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Using Unity 2020.3.25f1 and demo project I have this errors: How can I fix it?