Search Issue Tracker
Sprites get corrupted after packing
To reproduce: 1. Open attached project 2. Open development scene 3. Enter play mode 4. Leave play mode Expected result: Sprites reve... Read more
Duplicate pages of Blend Trees
Duplicate pages of Blend Trees The paths are: Unity Manual -> Animation -> Animation Overview -> Mecanim Animation System -> Bringi... Read more
RectTransform.position.Set does not work
To reproduce: 1. Open "New Unity Project 52" 2. Open scene test 3. Enter play mode 4. Notice that the position of the button does no... Read more
Memory is never released in GLES 3.0 graphics level when using RenderTex...
Reproduced on: Google Nexus 5 with Android 4.4.2 Reproduced with: Unity Version 4.3.3f1 (c8ca9b6b9936) Unity Version 4.3.4f1 (e444f... Read more
Specific custom outline shader does not work in landscape application or...
If you are using some kind of outline shader, you can follow these steps to see if this issue also applies to you. Steps to reprodu... Read more
BuildPipeline uGUI Warnings
To reproduce: 1. Download the project from #593293 2. Build the project (Build target OS X) 3. Observe the console Expected result... Read more
Triangle & quad Sprites can generate far too many vertices
To reproduce: 1. Open the attached project 2. Open the scene view 3. Set the view to "Wireframe" 4. The right sprite ("night_bg_low... Read more
Missing Documentation: LoadRawTextureData
The Texture2D page has no link or reference to this method: http://docs.unity3d.com/Documentation/ScriptReference/Texture2D.html ... Read more
Object member initializers in C# scripts ignores values that are same de...
Example: public class SomeClass { public int SomeValue = 1; } SomeClass a = new SomeClass { SomeValue = 0 }; Debug.Log(a.Some... Read more
Wrong order in Parameters section of Microphone.Start
To reproduce: 1. Open the scripting reference and navigate to Microphone.Start 2. Notice that in the parameter section of the docume... 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
- [Linux] Searchable context menu instantly closes when attempting to open it
- Flickering occurs when both Emission and Volumetric Clouds are used simultaneously
- Content of a ListView is rendered empty when clicking on the Scrollbar to scroll
- [Mobile] Visual artifacts when RenderGraphPass is merged into NativePass
- BatchRenderGroup mesh bounds contain uninitialized values