Compilation error (line 3, col 7): The type or namespace name 'UnityEngine' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 6, col 26): The type or namespace name 'MonoBehaviour' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 8, col 15): The type or namespace name 'Animator' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 10, col 6): The type or namespace name 'Header' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 10, col 6): The type or namespace name 'HeaderAttribute' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 11, col 6): The type or namespace name 'SerializeField' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 11, col 6): The type or namespace name 'SerializeFieldAttribute' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 12, col 6): The type or namespace name 'SerializeField' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 12, col 6): The type or namespace name 'SerializeFieldAttribute' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 15, col 6): The type or namespace name 'Header' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 15, col 6): The type or namespace name 'HeaderAttribute' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 17, col 6): The type or namespace name 'SerializeField' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 17, col 6): The type or namespace name 'SerializeFieldAttribute' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 5, col 2): The type or namespace name 'RequireComponent' could not be found (are you missing a using directive or an assembly reference?)
Compilation error (line 5, col 2): The type or namespace name 'RequireComponentAttribute' could not be found (are you missing a using directive or an assembly reference?)