Hi,
I opened Unity and suddenly I got a bunch of errors, even though everything was fine with the scene yesterday.
I got rid of most of them, but one remains:
Assets/Standard Assets/Character Controllers/Sources/Scripts/CharacterMotor.js(177,35): BCE0022: Cannot convert ‘UnityEngine.Component’ to ‘UnityEngine.CharacterController’.
So it’s some kind of a casting problem, but how can it be broken now, when it was fine yesterday - it’s Unity’s standard FPS controller, I haven’t touched the script. I even tried reimporting standard assets, but no luck, what gives?