Search Issue Tracker
Attaching visual studio to Unity and using a break point in a couroutine...
1. Open attached project.2. Open scene "OpenMe"3. Open script "Test"4. Add break point at line 15 "While(true)"5. Attach to Unity6. ... Read more
Application.logMessageReceivedThreaded silently fails if handler throws ...
To reproduce:1. Open attached project2. Open the scene "Main"3. Play the scene4. Press "Log something" multiple timesNotice that the... Read more
[Editor Scripting] Crash on calling EditorGraphicsSettings.GetShaderSett...
Reading PlatformShaderSettings from EditorGraphicsSettings.GetShaderSettingsForPlatform from an Editor script crashes the Editor Run... Read more
AssetDatabase.SaveAssets() not saving changes made to a prefab
AssetDatabase.SaveAssets() not saving changes made to a prefab inside OnPostprocessAllAssets(), but saving the scene manually applie... Read more
Crash on AssetsMenu::CanDeleteSelectedAssets when pressing Assets menu i...
Steps to reproduce: 1. Create new project.2. Select any scene in Hierarchy3. Press on Assets menu item Crash! Top Stacktrace:0x00000... Read more
NetworkServer throws error: 6 if client disconnects by stopping play mod...
To reproduce:1. Open attached project (server)2. Create a new project in a different editor window (client)3. Paste this into a scri... Read more
[macOS] UnityWebRequest starts failing to download files after several h...
Downloading assets with UnityWebRequest starts failing after many consecutive downloads (around a 1000). Steps to reproduce:1) Open ... Read more
[SubEmitter][Collision] Sub emitters spawn at the wrong location and don...
Repro steps: 1. Open ParticleTests_SubEmitterModule scene from attached project.2. Press play.3. Observe:- how the collision of the ... Read more
NetworkClient.Connect() outputs "Unknown message ID 1002 connId:1" error
To reproduce:1. Open and play attached server project2. On a different Unity window, open and play the attached client projectNotice... Read more
[iOS] iPhone 7/7 Plus are reported as 'Unknown' iPhone in Editor
Steps to reproduce: 1. Connect iPhone 7 (or 7 Plus) via cable2. Open Editor3. Open 'Editor Settings'4. Under 'Unity Remote' tab, cli... 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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used