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
- Crash on DynamicHeapAllocator::CreateTLSFBlock when opening a specific project
- Scene flickers when using Mesh Output with SpriteLit Shader in 2D project
- “Cache Management” text is misaligned in Preferences > Package Manager
- [macOS] network permission shows the name of previously closed app when different app requests network access
- Delta value returned by mouse movementsMonitor is different when changing Screen Resolution
Add comment