Search Issue Tracker
Some normal maps has ripple effect and appears to be lower in quality wh...
How to reproduce: 1. Open the attached project ("case_1169679-Material regression.zip") 2. Open the repro scene ("repro_2019") 3. No... Read more
2d sprite animation does not rotate outside of animation preview
Steps to reproduce: 1. Download and open attached project "764744_repro.zip" 2. Open scene "Main" 3. Open "Animation" tab (Window->A... Read more
Changes in the Services tab are not saved in UnityConnectSettings file u...
How to reproduce: 1. Create a new project or open any existing one 2. Open Services tab 3. Turn Ads on 4. Navigate to the project di... Read more
[Android] App crashes when loading animated mesh data from asset bundle
Repro steps: 1. Open attached project 2. Windows -> Asset Management -> Addressables -> Groups, in the window choose Build -> New Bu... Read more
The Windows standalone player has a default SynchronizationContext set
To reproduce: 1. Create a new Unity project. 2. Add a script to a game object with this code: void Awake() { if (System.Threadi... Read more
Texture2D.LoadImage returns true and sets the texture to a question mark...
Reproduction steps: 1. Open the attached 'LoadingJpegError' project 2. Open the 'SampleScene' 3. Enter the Play Mode 4. Observe the ... Read more
Parts of Editor Skin swap back to Professional after restarting the Editor
How to reproduce: 1. Open attached project 2. Close Unity Editor 3. Open Unity Editor Expected result: Editor Skin is unchanged Act... Read more
Application.logMessageReceived gives an empty stack trace in release builds
Reproduction steps: 1) Open attached project 2) Make sure Development Build is not selected 3) Build for Android or OSX or iOS 4) Ru... Read more
Linux: Pressing TAB while editing text in an input field inserts an actu...
-e: see title, doesn't do that on windows or osx standalone -repro: --create new scene --add input field http://docs.unity3d.com/Ma... Read more
Mobile Notification Settings are not saved
Reproduction steps: 1. Open "case_1114987-TestNoti.zip" project 2. Open the Project Settings -> Mobile Notification Settings 3. Chan... 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
- [sw-unity-6-1] Shadergraph panning area size is constant regardless of the size or the zoom level
- [Android] Arabic characters are not displayed when the font falls back to the OS font
- Gradient Editor tab is missing "on-hover" action on the three-dot menu
- [sw-unity-6-1] Transform Gizmos cannot be interacted with when they are overlapping with the Orientation Gizmo
- [sw-unity-6-1] Code is executed twice in a Coroutine when "WaitUntil(() => Input.GetKeyDown())" is used with "while(true)"