VSCode doesn’t seem to want to work with Unity (or perhaps the other way round) and refuses to use Intelisense properly.
When trying to auto-complete the line " UnityEngine.SceneManagement" I don’t get anything to do with UnityEngine or SceneManagement https://gyazo.com/8c5662a146b7dbe1934544096de1da64
I think this is an issue with Intelisense or VSCode rather than unity, as even when I copy/paste Rick’s code in place of my own it still doesn’t work.
Using my own version of the code:
I’ve tried reinstalling VSCode and updating the dotnet sdk (Whatever that means, VSCode just suggested it), other versions of Unity Snippets and Debug tools.
Any ideas?