Search Issue Tracker
C# code formats badly after adding preprocessor directives in MonoDevelo...
Reproduction steps:1) Open any script using MonoDevelop 5.9.6 (version, which comes with Unity 5.3 and 5.4 beta)2) Write simple, emp... Read more
[macOS] '$(Line)' External Script Editor Argument is passed as a filenam...
How to reproduce:1. Install MacVim2. Create a new Unity project3. Set MacVim as the External Script Editor4. Set the Args to "$(File... Read more
[2018.2] [OSX] Opening script in editor opens multiple instances of Visu...
To reproduce:1. Create a new project2. Add new c# script to project3. Click to open a newly created script Expected: one instance of... Read more
Editor becomes unresponsive when the break point is set in Update at run...
The issue only occurs when the object has Audio Source component on it and the script has OnAudioFilterRead method implemented To re... Read more
MonoDevelop crashes when issue a forward search in vi mode at the end of...
To reproduce: 1. Open MonoDevelop2. Create new file3. Go to Tools -> Options -> Text Editor -> Behavior and turn on Use Vi ... Read more
MonoDevelop Korean typing Issue
Steps to reproduce: 1) Download attached project '20160721_Empty.zip' and open in Unity.2) Make sure you have Korean Microsoft IME l... Read more
MonoDevelop doesn't use the rsp files
Steps to reproduce: 1. Open the attached project.2. In the 'Project' window, open C# 'UnsafeScript'.3. Debug the script. The user is... Read more
MonoDevelop does not highlight read-only variables as errors when trying...
Note: Errors appear in Unity editor only. Problem: MonoDevelop does not highlight read-only variables as errors when trying to set t... Read more
[MonoDevelop] Using UnityEditor.iOS.Xcode results in MonoDevelop error o...
Steps to reproduce:1) Open the attached project.2) Open /Assets/Editor/Test.cs in MonoDevelop.3) In MonoDevelop press Build > Bui... Read more
Package XML documentation isn't shown when using external packages
Repro steps:1. Open user attached project2. In the Project window, open "HeroRewardDisplay.cs" in the "QuestRewardList" folder3. Hov... Read more
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Baking ReferencedPrefabAuthoring!” errors are thrown when creating or deleting unrelated GameObjects in a SubScene that references prefabs
- Cannot scroll down to see all UI Builder Inspector items after content is resized
- Crash on SceneTracker::SetObjectDirty when entering Play mode on a project with specific Assets
- Constant buffers are redundantly uploaded when consecutive compute dispatches are executed on DirectX11
- UI Toolkit's TextInput element does not inherit layout parameters from the TextField element when TextField.multiline is true