Search Issue Tracker
Rotation by incrementing euler angle on x axis is confined to -90 to 90
Rotation by incrementing euler angle on x axis is confined to -90 to 90. To reproduce, uncomment line 20 in script Ship.cs to increm... Read more
Internal errors should have a special look in the console
Unity asserts that denote a state that should never happen and means that something really went wrong (as opposed to user input bein... Read more
JointDrive.mode = PositionAndVelocity ignores the positionDamper and pos...
JointDrive.mode = PositionAndVelocity ignores the positionDamper and positionVelocity - i.e. does not work properly. E.g. discussed... Read more
Shuriken: Procedural mode particle limit doesn't take lifetime into account
When limit is applied to number of particles, particles that died haven't decreased count, and hence the limit doesn't apply to the ... Read more
Declaration of a variable with data type 'byte' appear as a Boolean
- Attached the ByteInEditor script to a GameObject - Select the object and look at the Inspector - The byte type variable shows up w... Read more
Editor crashes with a callstack leading into the mono GC
Could reproduce on version 4.0f7. On Mac OSX 10.7, the editor crashes. On Windows 7 32bit, the GUI button never changes to "Stop Rec... Read more
Typing a capital e for a script attached to a terrain selects Terrain to...
- Create a Terrain - Attach a script with a public string variable to the terrain object - In the Inspector, try typing a capital "E... 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
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context