Hello!
I started to create a game using Unity and Visual Studio Code. I have downloaded some extensions so that Intellisense may suggest methods and parts relevant for Unity. However, I noticed a thing. Lets say that I would want to change the position of my character. In VSC I believe that I got the methods “GetComponent” and “Transform” in my tool box, but they will not show up as Intellisense proposals. Neither when I use “GetComponent()” will it show what components I have access to. Why do I have this error? This badly brakes my game development and I would appreciate any answer that would help me!
Thanks in advance! Johan