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
- Shader Graph Asset icon is not shown on creation unless you confirm the name
- APV Sky occlusion doesn't consider the terrain
- [iOS] "EXC_BAD_ACCESS" Player crash when Script Debugging is enabled
- Cursor skips input fields when tabbing between two sets of input fields
- "Shader error redefinition of 'Varyings'" error appears when selecting the shader
Add comment