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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
Add comment