Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.19f1
2023.2.12f1
2023.3.0b9
6000.0.0b11
Issue ID
UUM-65227
Regression
No
Crash on Rendering.ScriptableRenderContext:Submit_Internal_Injected when enabling a GameObject in scene
Reproduction steps:
1. Open the attached project ("IN-66107_C...Unity")
2. Open scene ("Assets -> Scenes -> Tests -> Missile AI")
3. Enter Play mode
4. In Scene Hierarchy, enable the "Missiles" GameObject
Expected result: The GameObject gets enabled in the scene
Actual result: The Editor crashes
Reproducible with: 2022.3.19f1, 2023.2.12f1, 2023.3.0b9
Couldn't test with: 2021.3.35f1 (Issues with packages)
Reproducible on: macOS 14.3.1 (Intel), Windows 11 (User)
Not reproducible on: No other environment tested
Stacktrace:
at UnityEngine.Rendering.ScriptableRenderContext:Submit_Internal_Injected <0x000e0>
at UnityEngine.Rendering.ScriptableRenderContext:Submit_Internal <0x00072>
at UnityEngine.Rendering.ScriptableRenderContext:Submit <0x000d2>
at UnityEngine.Rendering.Universal.UniversalRenderPipeline:RenderSingleCamera <0x01bb2>
at UnityEngine.Rendering.Universal.UniversalRenderPipeline:RenderCameraStack <0x03572>
at UnityEngine.Rendering.Universal.UniversalRenderPipeline:Render <0x00d9a>
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
- "Customize handled extensions" part in the External Tools settings tab is not aligned with other properties
- Editor Diagnostics foldouts do not open when clicked on the foldout title
- [UI Builder] Visual Elements are not placed at the mouse cursor position when Absolute Position Placement is enabled
- "Width" and "Height" text is misaligned with slider ends in Screen Match Mode Parameters section of Panel Settings Asset
- Editor does not quit when Editor is not in focus and any floating window is opened
Resolution Note:
This issue comes from user scripts (Outline.cs) changing the material list of the VisualEffect renderer. For VFX Graph, this is not supported. The issue can be avoided by checking the renderer type on the user script before modifying the sharedMaterials list (i.e. filtering to only apply for MeshRenderers).