Search Issue Tracker
Active
Under Consideration for 2023.2.X
Votes
0
Found in
2023.2.0a7
Issue ID
UUM-31445
Regression
No
Crash on VFXMemorySerializer::StoreObjects when switching between Lit and Unlit Outputs with SG assigned
How to reproduce:
[Short repro]
- Switch between Lit, Unlit Mesh, Quad, Lit Quad outputs multiple times, ~10 should be good
- Along the way while switching change some random settings in Output Inspector
- Click Output Inspector then click on the graph view empty space continuously until you notice editor starts freezing and then crash
[Long repro]
- Open the attached project
- Convert Lit Mesh to Lit Mesh (yeah, lit mesh)
- Convert to Unlit Mesh (Observe inspector - It is a scriptable object of VFX Mesh Output; now take a look at the Output name - it says Lit Mesh Output)
- Convert Unlit Mesh
- Convert to Unlit Mesh
- Convert to Lit Mesh
- Convert to Unlit Mesh
- Convert to Lit Quad
- Convert to Mesh
- Check Transparent Depth Prepass in theInspector
- Check LOD box in the Inspector
- Undo everything
- Click Lit Mesh Output
- Click in Graph View empty space
- Click Lit Mesh Output
- [repeat 14-15 actions until it crash the Editor]
Obtained 3 stack frames.
#0 0x00000106577544 in VFXMemorySerializer::StoreObjects(dynamic_array<PPtr<MonoBehaviour>, 0ul>)
#1 0x0000010657894d in VFXMemorySerializerBindings::StoreObjectsToByteArray(dynamic_array<PPtr<MonoBehaviour>, 0ul>, CompressionLevel)
#2 0x000001042f940c in VFXMemorySerializer_CUSTOM_StoreObjectsToByteArray(ScriptingBackendNativeArrayPtrOpaque, CompressionLevel, BindingsArrayHandleOnStack)
Note:
- Crash is consistent but reproduction is quite unpredictable
- Visuals of repro are in the attachments section
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Add comment