Search Issue Tracker
OnApplicationPause(false) is called when the game was not paused before
Reproduction steps:1. Open attached project2. Open "Scene1"3. Play the scene4. Notice that "False" is called in the console OnApplic... Read more
5.5: serialized shader data size has increased in some cases
Unity 5.5 added fully binary shader serialization. This means much better loading times, however it seems that uncompressed shader d... Read more
[iOS] Xml Deserialization crashes Unity player on iOS
Steps to reproduce:1) Open the attached project.2) Add scene 'test' to build.3) Build the project for iOS.4) Deploy the project to a... Read more
[Android] [Adreno] App crashes on some Adreno 2xx devices
To reproduce:1) Open attached project2) Build it on Android3) Let it load for a few seconds, then notice that it crashes. If you get... Read more
[OSX] Build settings window stays on top of other Finder windows after f...
Steps to reproduce:1) Create a new project or open an existing one.2) Build the project for any platform with the 'Build' option. Af... Read more
[iOS] Unity doesn't accept Bundle id if it is constructed differently (c...
Reproduction steps:1. Create new Project2. Open PlayerSettings3. Set Bundle Identifier to something with two dots [com.hello..world]... Read more
[UNET]Leaving a lobby prevents client from rejoining and trying to rejoi...
Steps to reproduce:1. Open attached project.2. Open "Build Settings" window. If you see this error message:"Because you are not a me... Read more
[Regression][TerrainComponent] NullReference exceptions are thrown after...
Steps to repro: 1. Open attached project and 'test' scene;2. Select Terrain gameobject in the 'Hierarchy';3. Go to 'Paint Texture' t... Read more
[iOS] Can't input some Japanese characters
Reproduction Steps:1. Open User's project2. Build to iOS device3. Tap input field4. Select Japanese keyboard5. Enter "h o s i" and c... Read more
When loading ScriptableObject in Editor with [InitializeOnLoadMethod], i...
To reproduce:1. Open attached project2. Notice that the assert that checks if TestData.Data is equal to "hello" fails no matter what... 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