Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2017.3.0f3
Issue ID
988677
Regression
No
Crash on UI::CanvasManager::ProfilerRenderBatch when clicking on Canvas object in UI Profiler
How to reproduce:
1. Open the attached "CanvasRepro" project and "1" scene
2. Enter playmode
3. Go to Window --> Profiler and scroll down to UI section, click on UI section
4. Click on Canvas object in the Profiler
Result: Crash occurs on -
0x0000000141865093 (Unity) UI::CanvasManager::ProfilerRenderBatch
0x000000014152D7E5 (Unity) ProfilerProperty_CUSTOM_UISystemProfilerRender
0x000000003C249BBA (Mono JIT Code) (wrapper managed-to-native) UnityEditorInternal.ProfilerProperty:UISystemProfilerRender (int,int,int,bool)
0x000000003C249A79 (Mono JIT Code) [C:\buildslave\unity\build\Modules\Profiler\Editor\ProfilerWindow\UISystem\UISystemProfilerThumbnailService.cs:115] UnityEditor.UISystemProfilerRenderService:Generate (int,int,int,bool)
0x000000003C2498FF (Mono JIT Code) [C:\buildslave\unity\build\Modules\Profiler\Editor\ProfilerWindow\UISystem\UISystemProfilerThumbnailService.cs:127] UnityEditor.UISystemProfilerRenderService:GetThumbnail (int,int,int,bool)
0x000000003C234D87 (Mono JIT Code) [C:\buildslave\unity\build\Modules\Profiler\Editor\ProfilerWindow\UISystem\UISystemProfiler.cs:146]
Reproducible with - 2018.1.0b3, 2017.3.0p2, 2017.2.1p2, 2017.1.3f1, 2017.1.0a1
Note: If Canvas contains a child element, the crash does not happen, it only happens if Canvas does not contain any child GameObject
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
Add comment