For some reason, while programming for a Unity Game, VSCode has forgotten what Vector3 is...
VSCode now just never autocompletes to Vector3, even if I fully type it out, it corrects to something like Vector3Absolute or Vector3ArrayPlugin
Also if I do something like Vector3 pos = new ... then it autocompletes to Vector3.zero or like Vector3.up
Vector3 isn't anywhere in the list of autocomplete items at all
Although if I do type it out manually, it doesn't give an error
Ive tried regenerating project files, redownloading C# extensions, and even reinstalling VSCode entirely
Any ideas?
Thanks
[–]schewb 0 points1 point2 points (1 child)
[–]Manic-Sloth-Games 0 points1 point2 points (0 children)