Search Issue Tracker
ExecutableAndDlls is not found when checking through a PackedMemorySnapshot
The user's code goes over all snapshot.nativeObjects and checks if any nativeObject is greater than 300 MB to identify the Executabl... Read more
Crash when enabling "Deep Profile"
Crash when enabling Deep Profile To reproduce:- Open attached project and launch scene- Open the "mainMix" Audio Mixer window- Open ... Read more
Search does not work for samples emitted using Profiler.BeginSample
When emitting a sample usingProfiler.BeginSample("MySample");// do stuffProfiler.EndSample()The sample will show up in hierarchy-vie... Read more
[iOS] Unity's profiler device memory consumption is different from consu...
Steps to reproduce:1. Create a new Unity project2. Build to iOS with "Development mode" and "Autoconnect profiler"3. Open the projec... Read more
Recorder.elapsedNanoseconds values do not match with Profiler time value...
Reproduction steps:1. Open the attached project "Profiler Bug.zip";2. Open the Test scene;3. Enable the Profiler by clicking "Record... Read more
Editor crash while using profiler after selecting an object in "Show rel...
To reproduce:1) Open attached project2) In Build Settings, select Development Build and Autoconnect to Profiler3) Build and run for ... Read more
Allocations and GC in other threads not visible in the Profiler
1. Open the attached project, scene and Profiler window.2. Enable disable the "Use Different Thread" bool in the script, in the Main... Read more
Marker bar text does not remain anchored correctly when panning the view...
How to reproduce:1. Create a new project and press play in the editor to start the game running2. Press Ctrl+7 to open the Profiler ... Read more
[IL2CPP Memory Profiler] Square matrix memory is not accounted for
How to reproduce:1. Open user's attached project2. Build for android using IL2CPP backend3. Attach device to profiler4. Take Memory ... Read more
The last column's text of the Profiler window is not aligned
1. Open Unity2. Open Window > Profiler3. Choose Hierarchy or RawHierarchy viewType4. Right-Click on Overview toolbar button5. Unc... 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