Search Issue Tracker
Duplicate pages of Blend Trees
Duplicate pages of Blend TreesThe paths are: Unity Manual -> Animation -> Animation Overview -> Mecanim Animation System -&... Read more
RectTransform.position.Set does not work
To reproduce:1. Open "New Unity Project 52"2. Open scene test3. Enter play mode4. Notice that the position of the button does not ch... 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 (e444f76e0... 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 reproduc... Read more
BuildPipeline uGUI Warnings
To reproduce:1. Download the project from #5932932. Build the project (Build target OS X)3. Observe the consoleExpected result: No w... Read more
Triangle & quad Sprites can generate far too many vertices
To reproduce:1. Open the attached project2. Open the scene view3. Set the view to "Wireframe"4. The right sprite ("night_bg_lowerrig... Read more
Missing Documentation: LoadRawTextureData
The Texture2D page has no link or reference to this method: http://docs.unity3d.com/Documentation/ScriptReference/Texture2D.html The... 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.SomeValue); // ... Read more
Wrong order in Parameters section of Microphone.Start
To reproduce:1. Open the scripting reference and navigate to Microphone.Start2. Notice that in the parameter section of the document... Read more
Rect transform Pos X/Y does not instantly update after reparenting
To reproduce:1. Open "New Unity Project 51"2. Open scene test3. Select the image, make note of it's pos x, pos y4. Reparent the imag... 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
- [WebGPU] error with compute shader and read-only RWTexture
- Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
- Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
- Details are not shown when Error Message is still selected after changing Log Entry Count in the Console
- Disabling Unity VCS in Project Settings unfocuses the Project Settings Window