Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0b6
Issue ID
941186
Regression
No
VSTU: Node not supported: 'Vector3 - Vector3
Adding a Vector3 operation to the Visual Studio 2017 Watch window displays: "Node not supported: 'b - a' "
How to reproduce:
1. Open user attached project
2. Open Assets/Scene.unity
3. Open Assets/Scripts/TestCode.cs in Visual Studio
4. Add a Breakpoint at line 11 "Debug.LogFormat..."
5. Attach Visual Studio to Unity
6. In Unity, press Play
7. Visual Studio should now halt in TestCode.cs at line 11
8. In Visual Studio, open "Debug/Windows/Watch/Watch 1"
9. Add Vector3 a, b and c to Watch window
10. Observe each Vector3 can be visualized
11. Add "b - a" to Watch window
12. Observe the Watch window displays an error: Node not supported: 'b - a'
Expected result: VSTU should be able to evaluate/visualize Vector3 operations in the Watch window, as it is very common during development having the need to evaluate a math operation while debugging
Reproduced with:
Visual Studio: 2015, 2017;
Visual Studio Tools for Unity: 3.1.0.0;
Unity: 5.6.3f1, 2017.1.0p3, 2017.2.0b6, 2017.3.0a3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Add comment