Search Issue Tracker
Playables crash on cyclic graphs
Run the "Test Cycle" scene.We do not handle cycles in the graph so Mixer A -> Mixer B -> Mixer A crashes.We should detect and ... Read more
Playing a scene with OVR utilities crashes Unity
Steps to reproduce:1) Extract and open the attached project (791720-stripped.zip) in Unity.2) Press 'Play'.3) Unity crashes. *Note: ... Read more
Importing some video files requires QuickTime to be installed
How to reproduce:1. Create a new project2. Download the attached movie.mp43. Drag it to created project4. Notice the error "Movie im... Read more
[iOS] Application fails to load when all audio clips are referenced in s...
Steps to reproduce: 1. Open project from link below2. Build to iOS3. Launch on low end device like iPhone 4 or iPad Mini 14. App wil... Read more
Lightmaps for objects far away from transform origin have artefacts
Workaround: assign a http://docs.unity3d.com/Manual/LightmapParameters.html to the distant mesh and set pushoff to a higher value. T... Read more
[TextureImport] Importing large HDR cubemaps uses a lot of memory, crash...
TLDR: importing 15000x7500 HDR file into a 4096x4096 cubemap uses 9.2GB of memory during the import process. Steps to reproduce: 1. ... Read more
[ExecuteInEditMode] OnTransformChildrenChanged is called thrice when del...
Steps to reproduce: 1. Open attached project2. Open scene "OnTransformChildrenChangedBug"3. In hieararchy, select "Bug" GO and creat... Read more
[DLL]Importing native DLL crashes Unity
Steps to reproduce:1. Open attached project.2. Open scene named "main".3. Press play button.4. Notice that Unity crashes and "Unity ... Read more
[PhysicsManager]Proporties of the PhysicsManager are described incorrectly
Steps to reproduce:1. Open attached project.2. Navigate to "Edit->Project Settings->Physics".3. In the "Inspector" window try ... Read more
[iOS] UnityWebRequest.error is not set after Abort is called on iOS
Steps to reproduce: 1. Open attached project2. Switch to iOS and build the project3. Build and deploy the Xcode project to an iOS de... 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