Penelope: private var animationController : animationController; doesnt work

Hello @all,
I’m on unity again and work on the penelope tut.
I recoded the CameraRelativeControl.js. It make the follow error:
The name ‘animationController’ does not denote a valid type (‘not found’). Did you mean ‘UnityEditor.AnimationClipCurveData’?

The same problem I have with the original code from penelope. What is my fail:face_with_spiral_eyes:
tia and cheers

the whole massage from debugger:
Assets/Scripts/CameraRelativeControl.js(29,35): BCE0018: The name ‘AnimationController’ does not denote a valid type (‘not found’). Did you mean ‘UnityEditor.AnimationClipCurveData’?

The CameraRelativeControl.js required AnimationController.js to work.

both scripts keep it one folder