Search Issue Tracker
Fixed
Votes
0
Found in
2022.2.0b15
2023.1.0a20
Issue ID
UUM-21150
Regression
Yes
Unity Crash on "VFXManager::Update" when adding VFX graph to sub Scene
How to reproduce:
1. Open the project “IN_23247”
2. Open “TestScene” in Scenes
3. In Hierarchy select “New Sub Scene“ Scene
4. In Inspector press “Open”
5. Drag and drop “New VFX” Visual Effect Graph to “New Sub Scene” in the Hierarchy
6. Repeat step 3 and in the Inspector press “Save”
Expected result: editor doesn’t crash
Actual result: editor crashes
Reproducible with: 14.0.3 (2022.2.0a15, 2022.2.0b15), 15.0.1 (2023.1.0a20)
Not reproducible with: 12.1.8 (2021.3.14f1), 13.1.8 (2022.1.23f1), 14.0.2 (2022.2.0a14), 14.0.4 (2022.2.0f1)
Couldn’t test with: 2020.3.42f1 (compiler errors)
Reproducible on Windows 10 Pro
Stack Trace:
0x00007ff70964748d (Unity) VFXManager::Update
0x00007ff70963d161 (Unity) {{VFXManager::InitializeClass'::}}2'::PostLateUpdateVFXUpdateRegistrator::Forward
0x00007ff70896b50a (Unity) ExecutePlayerLoop
0x00007ff70896b693 (Unity) ExecutePlayerLoop
0x00007ff708971815 (Unity) PlayerLoop
0x00007ff7098ff7bf (Unity) PlayerLoopController::InternalUpdateScene
0x00007ff70990c1fd (Unity) PlayerLoopController::UpdateSceneIfNeededFromMainLoop
0x00007ff70990a5f1 (Unity) Application::TickTimer
0x00007ff709d8e13a (Unity) MainMessageLoop
0x00007ff709d930b0 (Unity) WinMain
0x00007ff70b158bae (Unity) __scrt_common_main_seh
0x00007ffdbe5b74b4 (KERNEL32) BaseThreadInitThunk
0x00007ffdbfcc26a1 (ntdll) RtlUserThreadStart
Comments (1)
-
Angelo13C
Feb 17, 2023 13:49
It has not been solved, it still crashes on Unity 2022.2.7f1 with VFX Graph 14.0.6
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Resolution Note:
Fixed by another internal issue: UUM-13772: [Crash] Crash when subscene with VFX is loaded