Fatal Namespace / Assembly Reference Errors!

luccast

New member
I keep getting namespace, assembly reference errors. Is there a way to stop these? They occur whenever I restart Unity and I have to roll back. Is there a way to fix these?

`Assets\Opsive\UltimateCharacterController\Demo\Scripts\UI\MovementTypesZone.cs(26,17): error CS0246: The type or namespace name 'MovementTypeSwitcher' could not be found (are you missing a using directive or an assembly reference?)`

I'm using Unity version 2018.3.12f1

Third Person Controller

Extra add-ons:
Cinemachine
Post Processing
TextMesh Pro
 
Last edited:
My guess is that it could be related to the namespace section of this page:

 
Top