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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
Forward-ports for this version need to be handled at a later time.