Search Issue Tracker
Fixed
Fixed in 2022.3.59f1, 6000.0.40f1, 6000.1.0b2
Votes
0
Found in
2022.3.53f1
6000.0.37f1
Issue ID
UUM-89988
Regression
No
Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
How to reproduce:
1. Open the “CrashRepro“ project
2. Open the “Assets/Scenes/Master.unity“ Scene
3. Enter Play Mode
4. Select “Host Game“, then select “Ready“ and wait 5 seconds
5. Using your mouse, rotate the camera to the right
Reproducible with: 2022.3.53f1
Couldn’t test with: 2021.3.46f1, 6000.0.29f1, 6000.1.0a6 (Errors in the Console)
Reproducible on: macOS 14.6.1 Sonoma (Intel), Windows 11 (reported by user)
Not reproducible on: No other environment tested
Note: “Assets/Effects/Enemies/Other/FloatingEye/FloatingEye_Base.vfx“ is causing the crash
First few lines of stack trace:
#0 0x00020800000098 in (Unknown)
#1 0x00000102d9be56 in ScriptableRenderLoopDraw(ScriptableLoopObjectData const, unsigned long, SharedRendererScene const&, DrawRenderersCommand const&, ShaderPassContext&, GfxDevice&, int)
#2 0x00000102d9c85e in ScriptableRenderLoopDrawDispatch(ScriptableLoopObjectData const, unsigned long, SharedRendererScene const&, DrawRenderersCommand const&, ShaderPassContext&, GfxDevice&, int, BatchRendererGroupMetadataCacheContext const)
#3 0x00000102da1895 in ScriptableRenderLoopJob(GfxDeviceAsyncCommand::ArgScratch, GfxDeviceAsyncCommand::Arg const)
#4 0x0000010314a666 in GfxDevice::ExecuteAsync(int, void ()(GfxDeviceAsyncCommand::ArgScratch, GfxDeviceAsyncCommand::Arg const), GfxDeviceAsyncCommand::ArgScratch*, GfxDeviceAsyncCommand::Arg const, JobFence const&)
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
- Renaming the VFX Graph uses "Enter" for a new line and "Enter + Shift" to confirm instead of vice versa
- RasterCommandBuffer.DrawMeshInstanced light attenuation does not work in the Release build Player
- Main thread freezes when right-clicking on the title bar of a windowed Player on Windows
- “Open” button in Inspector does not function for certain Assets
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
Resolution Note:
Forward-ports for this version need to be handled at a later time.