Search Issue Tracker
AudioMixer values get reset between Awake() and Start()
To reproduce:1. Open user's attached project ("SoundManagerFix.zip")2. Paste these lines into the Start() function:float test = -1f;... Read more
Non-Linear Editor performance of SaveScene and EnterPlaymode
Reproduction Steps:1- Open the reproduction project (case_863912.zip).2- Open profiler and start profiling the editor.3- Measure tim... Read more
[Regression] Default terrain's material is more specular in 5.6 than in ...
Prerequisites:You'll need Unity 5.5 and 5.6. Steps to repro: 1. Create new project in Unity 5.5.;2. Export attached package;3. Open ... Read more
[iOS] Mono.Cecil.ResolutionException: Failed to resolve UnityEngine.Rend...
iOS build fails due to 'Mono.Cecil.ResolutionException: Failed to resolve UnityEngine.RenderTexture' error. Steps to reproduce:1) Op... Read more
Crash on opening project in 5.6.0b3
Unity crashes on project attached.No clear steps to reproduce. Unity was inactive for a while and crashed on opening of pre-existed ... Read more
If you load a scene using OnPointerDown, the OnPointerUp method is not c...
Reproduction steps:1. Open my attached project2. Open scene13. Enter Play mode4. Click on the button Result: OnPointerDown() is call... Read more
TLS ALLOCATOR ALLOC_TEMP_THREAD error caused by particle systems
Steps to reproduce:1. Download and open the attached project2. Drag the Fireworks prefab into the scene3. Observe the console Expect... Read more
After upgrading from 5.4 to 5.5 Unity crashes when trying to play animat...
Steps to reproduce:1. Download 865057-repro.zip and open "new" scene2. Go to Animation window when "Player" object is selected3. Try... Read more
[Animator]Triggering an animation state in multiple animation layers res...
To reproduce: 1.Download and open attached project2.Go to scenes folder and open level scene3.Press play4.Wait till player jump anim... Read more
API Updater does not update Profiler.GetRuntimeMemorySize
Steps to reproduce:1. Open the attached project (Unity5_BugReport_APIUpdater_Profiler_1.zip)2. Execute Mainmenu/BugReport/Profiler3.... 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