- Home /
Question by
Kamadake · Oct 04, 2018 at 10:11 PM ·
visual studiodebugging
VS Code Debugger - Using UnityEngine
Using Debugger for Unity 2.6.6 So when I'm debugging my code inside VSCode, I can happily see the variables of the instance I'm debugging in (for example a Player Instance). But if I use the debug console or Watch sidebar to access a class inside UnityEngine such as Vector3 then I cannot because it cannot seem to find UnityEngine. The error message I see is "Evaluate Request Failed".
Is there no way for me to try functions such as Vector3.Dot from inside the Debug Console or Watch sidebar inside VSCode? I've got the HintPaths assigned inside the .csproj file.
Comment