Search Issue Tracker
Won't Fix
Votes
1
Found in
4.3.0f4
Issue ID
575101
Regression
Yes
References to the latest MonoDevelop app are broken after upgrading to 4.3
To reproduce:
1. Have the previous version of Unity installed in "Unity" version
2. Install the latest Unity version on your Mac (without changing the installation folder)
3. Make sure that no MonoDevelop app instances are open
4. Open Unity
5. Create a new project
6. Create a new script by right-clicking in the project view "Create -> C# script"
7. Double-click on the script
8. Errors are thrown
9. After clicking "OK" on all of the dialogs that popped-up you will notice that the solution is not loaded
10. Open the same script with some other external editor
11. Include a compiler error in it (write any C#-illegal sentence)
12. Save the script and close it
13. Notice the error thrown in the console (compiler error)
14. Double-click on the error
15. Normally, the previous action should open the script with MonoDevelop and move the cursor to the line where the error is. Notice, that the cursor is at the beginning of the script
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- MissingReferenceException errors are thrown after entering Play mode when multiple Inspector windows are displaying different objects with Grid Layout Group component
- "Can't change name, category with the same name already exists" Error is logged when renaming a Category to a name with a trailing space in the VFX Graph Blackboard
- Delete does nothing on an in-use Custom Attribute when re-triggered after cancelling the deletion confirmation prompt in the VFX Graph Blackboard
- No Ellipses are used for the Visual Effect Graph Create Context Menu Option
- Crash on LaunchBugReporter when opening a specific project using DirectX 12
Add comment