As Yotmew says in a few posts before me, I want to get into the habit to try to catch references in Void Start where I can, but Im not getting it to work. What word should I use when declaring the movementScript? Using Component right now, but that might be wrong.
Getting the error message: ‘Component’ does not contain a definition for ‘enabled’ and no accessible extension method ‘enabled’ accepting a first argument of type ‘Component’ could be found (are you missing a using directive or an assembly reference?) [Assembly-CSharp]csharp(CS1061)
This is my code. Help would be great:).