Search Issue Tracker
Special keycodes sent by a media controller can not be detected
This is a regression from Unity 4.2.2f1. Special keycodes such as KEYCODE_MEDIA_FAST_FORWARD KEYCODE_MEDIA_REWIND KEYCODE_MEDIA_PLAY... Read more
Input.GetJoystickNames() returns an empty name of wired controller
This is a regression from Unity 4.2.2f1. Input.GetJoystickNames() returns an empty name of wired Sony PlayStation 3 controller. Rep... Read more
OpenGL ES 2.0 emulation is not available in the editor when it is starte...
This is a regression from Unity 4.2.2f1. When Unity editor is started without any flags, or with "-force-d3d11" flag, the "Edit -> G... Read more
[Name bindings] Humanoid animation with extra skeleton is not correct fo...
Steps to reproduce : - import the project attached - select "b_run_dribble_left.fbx" - drag the "YMHD_001_modle" fbx in the preview... Read more
Sprite causes a fatal out of memory error
To reproduce: 1. Open attached project 2. Assets -> Reimport All Expected result: It opens/imports Actual result: Out of memory ex... Read more
Documentation for TextMesh.richText is messed up
http://docs.unity3d.com/Documentation/ScriptReference/TextMesh-richText.html - the description there has a lot of html symbols like ... Read more
AudioClip.getData returns zeroes if used with compressed audio types
Documentation of AudioClip.getData is missing a mention that only AudioClips with the load type set to DecompressInMemory support Ge... Read more
Camera.Render doc missing call to Texture2D.Apply
The code sample for Camera.Render doesn't have a call to Texture2D.Apply after Texture2D.ReadPixels which can be confusing for anyon... 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
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working