Search Issue Tracker
GameObjects fail to load properly when doing a lot of loading, destroyin...
[IN THE EDITOR]Steps to reproduce the issue:1. Download and open attached project.2. Open scene named "MainScene".3. Enter the Play ... Read more
Unity editor crashes every time few seconds after opening the attached p...
How to reproduce: 1. Open the attached project "Crash in 5.4.0b22"2. Unity should crash immediately. If not, try to open any scene i... Read more
The second scene can't be activated when Async loading two scenes with t...
Steps to reproduce:1. Open attached project "scene_loading"2. Add "0, 1, 2" scenes to build settings3. Open scene "0" and run4. Pres... Read more
Error when instantiating a prefab from an asset bundle that contains scr...
Repro steps:--------------------------1) Open project "UnloadMultiplatformTest"2) Set build target to the one you will test (reprodu... Read more
Dependencies of loading asset are not unloaded if UnloadUnusedAssets is ...
How to reproduce:1. Open the attached project2. Check AssetBundleBuilder.cs script and change BuildTarget platform to yours3. Build ... Read more
Loading asset bundles asynchronously causes errors
How to reproduce:1. Open the attached project2. Open scene1 scene3. Edit BundleTestEditor script line 26 so it would Build asset bun... Read more
Unity can't load scene from asset bundles
Steps to reproduce:1. Open attached project "sceneload.zip"2. Click "TestFunction/Build All Asset Bundles" menu item3. Open "spheres... Read more
UnityWebRequest downloadedBytes property is always zero
When downloading a bundle from network UnityWebRequest updates its progress property but doesn't update downloadedBytes property. Op... Read more
Asset bundles fail to generate with cryptic error message
To reproduce:1. Open attached project2. Press Tools -> Build Asset Bundles3. Editor will emit the errors and produce damaged asse... Read more
AssetBundleRequest:get_asset() fails while LoadScene is working
Steps to reproduce: 1) Download attached project 'AssetBundleFailureWithASync.zip' and open in Unity.2) Open scene 'ChangeScene1' an... 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