Search Issue Tracker
Fixed in 2021.3.27f1
Fixed in 2021.3.X, 2022.3.X, 2023.1.X, 2023.2.X, 2023.2.0a12
Votes
3
Found in
2021.3.22f1
2022.2.12f1
2022.3.0f1
2023.1.0b9
2023.2.0a9
Issue ID
UUM-32183
Regression
No
GC Alloc when using Graphics.RenderMeshInstanced
Reproduction steps:
1. Open the attached project "RenderMeshInstanced_ArgumentException"
2. Open "SampleScene"
3. Enable Deep Profile in the Profiler window
4. Enter Play mode, wait for the grass to load in the Game view
5. Select a frame in the CPU Usage module of the Profiler window
6. Sort by GC Alloc
Expected result: there is no GC Alloc
Actual result: there is 89.4 KB of GC Alloc under PlayerLoop>Update.ScriptRunBehaviourUpdate>BehaviourUpdate>GrassGPUInstancing.Update>Graphics.RenclerMeshInslanced>RenderInstancedDataLayout..ctor>Marshal.OffsetOf
Reproducible with: 2021.3.22f1, 2022.2.12f1, 2023.1.0b9, 2023.2.0a9
Could not test with: 2020.3.46f1 (compilation errors)
Reproducible on: macOS 13.2.1 (Intel), Windows 11 (user's)
Workaround: also using "if (!(t == typeof (Matrix4x4)))" for "prevObjectToWorld" and "renderingLayerMask" as it is already done for "objectToWorld"
Note: forum further discussing the issue https://forum.unity.com/threads/graphics-rendermeshinstanced-generates-gc-and-is-slower-than-graphics-drawmeshinstanced.1367628/#post-8632140
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Linux] TMP Font Asset pop-up Window opens on the secondary monitor when the Editor is placed in primary monitor
- Transition delay is ignored when opacity is listed before scale in transition-property of the Styles.uss file
- “NullReferenceException” error thrown in the Console when pressing kebab button in Pipeline Specific Settings for Default Profile in Project Settings window
- [Silicon] Crash on os_unfair_recursive_lock_lock_with_options when opening a project while the Razer Synapse app is open
- Build fails with a warning when running Unity Editor’s csc.dll manually using dotnet command
Resolution Note (fix version 2023.1):
Fixed: Provide a way to avoid GC.Alloc with RenderMeshInstanced
Resolution Note (fix version 2022.3):
Fixed: Provide a way to avoid GC.Alloc with RenderMeshInstanced
Resolution Note (fix version 2021.3):
Fixed: Provide a way to avoid GC.Alloc with RenderMeshInstanced