I havent translate.Transform

Hello ! First , sorry about my english , im french ^^

I just begin to script my first vidéo game with unity , and when I want to add “transform” to function uptdate
Unity doesnt have , it propose “SVGtransform”
And the same for “Translate”

Thanks for help ^^
Good night all !

If Unity does not propose transform, there’s either an error in the code prior to where you want it completed, or MonoDevelop is out of sync. transform exists, so try typing it manually. Translate is a method on transform.

fix all bugs and sync mono (menu → assets → open project; or something like that)