Hey, so when I try to import this script to the character, it gives me this error: "Can't add script component 'SC_FPSController' because the script class cannot be found", blah blah blah.
Does anybody know how to fix this?
Here is the script (yes the name matches with behaviour):
Behaviour not detected error
Does anybody know how to fix this?
Here is the script (yes the name matches with behaviour):
Code (csharp):
- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
- public class SC_FPSController : MonoBehaviour
- {
- public float walkingSpeed...