Search Issue Tracker
In Progress
Fix In Review for 6000.5.X
In Progress in 6000.5.X
Votes
0
Found in
6000.4.0a4
6000.5.0a1
Issue ID
UUM-125258
Regression
No
“NullReferenceException” in VFXMemorySerialize and “Broken text PPtr in file“ errors when reinstalling VFX Learning Templates
Steps to reproduce:
1. Create Unity project using Universal 3D Template
2. Install VFX Graph package via Package Manager
3. Install Learning Templates
4. Create “Pivot Advanced” VFX from “Create new VFX Asset” window
5. Open VFX Asset
6. In Toolbar, at the top right, press on a arrow down button
7. In the dropdown menu select “Learning Templates”
8. Once reinstalled, observe the Console window
Actual results: “NullReferenceException: VFXMemorySerializer::StoreObject failure.
UnityEditor.VFX.VFXMemorySerializer.StoreObjectsToByteArray (UnityEngine.ScriptableObject[] objects, UnityEngine.CompressionLevel compressionLevel) <0x3ba213230 + 0x0005f> in <698bb565b7c648799cf0e90e7a6d53f7>:0” & “Broken text PPtr in file(Assets/Samples/Visual Effect Graph/17.4.0/Learning Templates/VFX/StripSpawnRate.vfx). Local file identifier (8926484042661615218) doesn't exist!
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()“ errors are thrown in the Console window
Expected results: No errors should be thrown in the Console window
Reproducible with versions: 6000.4.0a4
Not reproducible with versions: 6000.3.0b8, 6000.4.0a3 (different errors)
Tested on (OS): macOS Silicon, Tahoe 26.0 (M1)
Notes:
- on 6000.3.0b8, 6000.4.0a3 errors thrown: Problem detected while importing the Prefab file: 'Assets/Samples/Visual Effect Graph/17.3.0/Learning Templates/Prefabs/TurntableWithBackdrop_VFX.prefab'.
The file might be corrupt or have a missing Variant parent or nested Prefabs. See details below.
Errors: Prefab Variant problem. Missing Prefab Variant parent: 'TurntableWithBackdrop_VFX (Missing Prefab with guid: 0bc1879d774271a4bab62da6b2f6eac2)'
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment