Search Issue Tracker
Unity does not refresh the project after an asset gets created through s...
To reproduce:1. Open attached project. It contains a script that generates a texture in play mode2. Attach the "SaveTextureTest" scr... Read more
Surface shader: a custom SingleLightmap function causes compilation to fail
Steps to reproduce : - import the project attacehd- click on the shader and notice the errors in the inspector Read more
AssemblyCompat issue with plugins
On Win8.1 it's impossible to build Win Store Apps if there are specific plugins. This issue appeared on 4.3.0f4 version with SDK 8.1... Read more
Broken link in the docs
Steps to reproduce : - open the page http://docs.unity3d.com/Documentation/Manual/AnimationScripting40.html and notice is not found Read more
Exported splashscreen images are not updated if default orientation is c...
Steps to reproduce:1. Open any project2. In player settings set default orientation to LandscapeLeft3. Build the project4. In player... Read more
The fbx impporter breaks animations
Steps to reproduce : - import the project attached- click on the model and notice in the Inspector that it has an Animation componen... Read more
Undo/redo does not work in some instances
To reproduce: 1. Open project, open editor Custom -> OpenThis editor has 4 buttons:- Create Trackers- Create Method 1- Create Met... Read more
Screen.orientation doesn't work correctly on tablets
Screen.autorotateToPortrait = false;Screen.autorotateToPortraitUpsideDown = false;Screen.orientation = ScreenOrientation.AutoRotatio... Read more
Missing Docs for Trigger Parameters in Animator
Animator: SetTrigger and ResetTrigger are missing description in scripting reference (one sentence would be enough) and in the manua... Read more
Serialization error when having a class and a generic with the same name
To reproduce:1. Open the attached project2. Open the scene3. Make sure you have an object with a script attached4. Make sure the scr... 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
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0