Search Issue Tracker
Fixed
Votes
1
Found in
4.3.0f4
Issue ID
574932
Regression
Yes
Unity opens script with OS default editor not MonoDevelop
To reproduce:
1. Install 4.3f4 Unity version on 4.2.2f4 (to the same folder)
2. Set the default OS script editor to SublimeText
3. Create a new project with a freshly installed Unity version
4. Verify that "Unity -> Preferences -> External Tools -> External Script Editor" is set to "MonoDevelop (built-in)"
4. Create a C# script by right-clicking in the project view "Create -> C# Script"
5. Double click on the script
6. Notice that SublimeText opens the script instead of MonoDevelop
Workaround:
1. Unity -> Preferences -> External Tools
2. Click on the "External Script Editor" setting
3. Click "Browse"
4. Navigate manually to the freshly installed MonoDevelop app (that came with the newest Unity version)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
Add comment