Search Issue Tracker
UnityEvent<T> doesn't show in the Inspector
To reproduce:1. Open 'event-repro' scene in attached project2. Look at the 'GameObject' in the scene in the Inspector3. Observe that... Read more
Hierarchy order of canvas children is not persistent
To reproduce:1. Open attached project2. Open scene "TestScene"3. In the hierarchy navigate to 2D Canvas > WindowsParent4. Switch ... Read more
GUI Label: Text disappears when changing size delta (X)
To reproduce:1. Open the project with Unity45Test_01 project2. Open TestScene3. Switch "Wrap mode" to "ResizeBounds" (if it was "Wra... Read more
GameView breaks when all cameras are disabled and 2D canvas is enabled
To reproduce:1. Open the TestScene2. Make sure that the 2D Canvas is active and no camera is active.3. Check gameviewExpected result... Read more
Changing from custom Inspector to the default causes crash
To reproduce:1. Open attached project. It contains a custom inspector script2. Make sure "Auto Refresh" is on (through Editor > P... Read more
Background sprite can be visible when it shouldn't (due to alpha)
To reproduce:1. Open attached project2. Open scene "Game". It contains three sprites - a flower with alpha on it's edges, a grass sp... Read more
Sprite is sometimes not renamed with Image
To reproduce:1. Open attached project2. Rename one of the images in Default Atlas HD folderExpected result: Sub-sprite also get's re... Read more
Hashtable can't be used in WWW on WP8/WSA platforms
Using Hastable as an argument for WWW constructor throws the following errors:Assets/CheckWWWError.cs(15,55): error CS1502: The best... Read more
[Alpha] Difference with colors on imported .png and .psd (with alpha layer)
To recreate:1) Open unity and start a new empty project.2) Import 2 images that I have attached.3) Notice that .png is black, while ... Read more
2D Sprites appear to "waver" or "flicker" when moving
To reproduce:1. Open the attached project2. Run the scene in the editor (it includes a sprite and a script that slowly moves the spr... 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
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
- Camera is not overlooking the main Scene in Scene View in the HDRP Sample Template