Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2.0b10
Issue ID
1053813
Regression
No
Breakpoint in a script is never reached after creating symbolic link between two projects
Reproduction steps:
1. Create a new project "U1"
2. Add a new C# script "test" to "U1" project in "Assets\testcode" folder
3. Create another new project "U2" in the same directory as "U1" project
4. Open a command prompt as administrator
5. mklink /d "[project_directory]\U2\Assets\testcode\" "[project_directory]\U1\Assets\testcode\"
6. Open "U2" project and enter Play mode
7. Debug test.cs on Visual Studio
Expected: a breakpoint is reached
Actual: a breakpoint is never reached
Reproduced on: 2017.1.4p2; 2017.2.3p2; 2017.4.7f1; 2018.1.8f1; 2018.2.0f2; 2018.3.0a4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment