I’m very new to coding and have started the beginners programming course and have encountered an issue on lesson 1.2 where you write the first script of code. In the video it shows him writing transform.tr and then a pop-up comes up where he clicks it and it shows him what is needed which is the (0x, 0y, 0z) and he called it auto-complete. When I write the same thing as him nothing comes up and when I type what the script said after he clicked it nothing happened. If someone could help me with this that would be great. I am using Unity 2020.3
what ide are you using
This may help you with intellisense and possibly other Visual Studio integration problems:
Sometimes the fix is as simple as doing Assets → Open C# Project from Unity. Other times it requires more.
Other times it requires you also nuke the userprefs and .vsconfig and other crufty low-value high-hassle files that Visual Studio tends to slowly damage over time, then try the above trick.
Barring all that, move on to other ideas:
Also, try update the VSCode package inside of Unity: Window → Package Manager → Search for Visual Studio Code Editor → Press the Update button
Also, this: No suggestions in Vscode
1 Like
Do I need to integrate it or does it just work without because I already installed it but couldnt find what to do with it