Search Issue Tracker
SpawnWithClientAuthority and AssignClientAuthority returns TRUE when aut...
When calling NetworkManger.SpawnWithClientAuthority(gameObject, conn) or NetworkManger.AssignClientAuthority(gameObject, conn) and c... Read more
[iOS] Splash screen freezes for a short amount of time on weaker devices...
Reproduction steps:1. Connect a relatively weak device.2. Open the attached "stripped" project.3. Build and run it for iOS.- Splash ... Read more
UNET pooled objects are destroyed in Editor instead of being UnSpawned w...
STR:1. Open "offline" scene in the project attached2. Build and Run the scene3. On the build, Host a server4. Enter play mode in edi... Read more
[Audio] Sound that comes from SubMixer can't be Muted via Linked group i...
Steps to reproduce:1. Open attached project2. Enter Play mode3. Audio Mixer Tab > Mixers > select "NewAudioMixer". Note: it's ... Read more
Unity shader compiler crashes when importing compute shader
Trying to compile a compute shader with 3 float arrays, the compiler crashed and unity crashed after To reproduce:1. Import shader (... Read more
UnityConnectSettings::OnEditorBuildTargetChangedStatic crash when import...
To reproduce:1. Open attached project2. Editor crashes Reproduced: 5.5.0b9, 5.6.0a1Regression from 5.5.0b1 Editor crashes only first... Read more
[Physics] Objects with Configurable Joint get their position changed to ...
To reproduce: 1. Open attached project.2. Play "test" scene.3. Look at the Console window. You should be getting "Invalid AABB aabb"... Read more
[UI] Rich text hidden characters are taken into account in Statistics (T...
If we write some rich text with tags like <b>Text</b>, the tags are hidden, however every hidden character is taken into... Read more
[CurveEditor] Cannot drag curve anymore
[CurveEditor] Cannot drag curve anymore Repro:1- Open attached project.2- Open scene 'Untitled'.3- Select game object 'Cube'.4- Open... Read more
[Android] Saved data lost when moving from Internal Only to External wri...
Steps do reproduce: 1) Download attached project 'SaveUnityRepro.zip' and open in Unity2) Go to Player Settings >> Other Setti... 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