HI
When i am scripting, and when i would like to use Vector3 Class, Visual Studio just don’t see it, the code seems to work, but Intelisense just dont know that class, it shows me no underclasses. Whatever the way i am typing it, Visual Studio offers me nothing, cant see anything about it…
Thank you for your help.
Check you don’t have any compiler error in ANY script inside your project. Also, try restarting Unity and Visual Studio
HI, thank you for your anwer.
Here is the thing, I tried whith a complete new empty project with a new script, and nothing.
The strangest fact is that ohters scripts that contains Vector3 work, no problems.
Just Visual does not see it as a class, it does not see it at all.
And it is very confusing because it is very usefull that intellisense offers underclasses and variable.
Thank you.
1 Like
It worked! Thank you!
I can now script easyer.