Search Issue Tracker
Fixed in 2018.2.X
Won't Fix in 2018.1.X
Votes
0
Found in
2018.1.0a1
2018.1.0f2
Issue ID
1041115
Regression
Yes
VS2015 cannot debug Unity project due to multiple assemblies with equal identity after swithching from .NET 3.5 to 4.6
How to reproduce:
1. Open user-submitted project (cannotdebug.zip)
2. Set Visual Studio 2015 as a default IDE
3. Open script "NewBehaviourScript.cs"
4. Debug the project via Visual Studio
5. Stop Debug session
6. Change project .NET version from 3.5 to 4.6
7. Open script "NewBehaviourScript.cs" and try to start a debug session again
Expected result: Unity successfully starts a new debug session
Actual result: Unity fails to start a new debug session due to multiple assemblies with equal identity being present in the project references
Reproducible with: 2018.1.2f1, 2018.1.0a1, 2018.2.0a1, 2018.2.0a8
Not reproducible with: 2017.1.0a6, 2017.1.4f1, 2017.2.0a1, 2017.4.4f1, 2018.2.0a9, 2018.2.0b6
Could not test with: 2017.1.0a1, 2017.1.0a5 (.NET 4.6 was not introduced yet)
Notes:
- Workaround - delete excessive references by hand
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- MaskField Choices Elements tooltip covers the entire window while scrolling through the Elements
- Reordering Enum Values in VFX Graph Uint Property expands the “Value” field
- Visual Effect Graph sample titles display in non-human-readable format
- UxmlNamespacePrefix does not apply when using UIBuilder documents
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
Add comment