Scripting mechanics ( i guess)

I’m new to unity an have been following tutorials from the community, when i open the script option on unity it doenst shows what lang to use, but i created the script anyway and my c# works s thats not really a problem but i wanna know why.

my main problem is when i write the code some of the method/function doesnt changes color neither showing the methods available, for example when i write Input. it doesnt shows whats available after that(i wanted to write Input.GetKey), and it doesnt count the errors on the not changed color methods as an error.

help me pls.

Sounds like IntelliSense is not working for you. See if the suggestions from this thread are helpful: Intellisense Not Working with Visual Studio (Fix)

Make sure VS is set as your external editor in Unity:
https://docs.unity3d.com/Manual/VisualStudioIntegration.html

1 Like

thanks dude it worked

its not working but, thanks