Search Issue Tracker
Choppy movement on high quality setting on BB10 Engineering sample
To reproduce:1) open attached project2) select quality setting: Good3) build and run on BB10 Engineering Sample4) observe choppy mov... Read more
Selecting controller when "None" is selected always prompts to Scene ins...
Steps to reproduce : - open the Mecanim demo project- select a character- in the Animator Component select the avatar to None- now w... Read more
Crash while playing audio file as a streamed source on WP8 device
Lower memory Windows Phone 8 devices crash when attempting to play audio file stored in remote location. Read more
Error on script with [ExecuteInEditMode] adds a component with hideFlags...
- Create a script Bar.cs- Create a script Foo.cs which attribute [ExecuteInEditMode], which adds Bar monoBehaviour to the gameObject... Read more
Files in the StreamingAssets folder should not be imported
Files in the StreamingAssets folder should not be imported In the attached example project, an ogg file is included. The Editor impo... Read more
Broken link (online and offline docs)
Broken link (online and offline docs) 2) How can we reproduce it using the example you attached http://docs.unity3d.com/Documentatio... Read more
Frame rate is erratic, both in the editor and in the game when compiled
The issue:The Frame rate is erratic, both in the editor and in the game when compiled, even though I'm using a time.deltaTime to rot... Read more
Bool Property doesn't get initialized via Object Initializers
Bool Property doesn't get initialized via Object Initializers //script A.cs...var b = new TestB() { B = false };Debug.Log(b.B); //pr... Read more
Black screen is shown after Unity splash screen
On an Android device, once the 'Powered by Unity' splash screen has been hidden, there is a ~5 second delay before the first scene i... 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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class