Search Issue Tracker
Fixed
Votes
0
Found in [Package]
9.0.0-preview.14, 8.0.1, 7.1.8
Issue ID
1238110
Regression
Yes
[VFX] ArgumentException and Serialization errors are thrown on importing VFX sample from package manager
Steps to reproduce:
1) Create a new project
2) Window > Package Manager > Install Visual Effect Graph
3) Import VisualEffectGraph addition sample
Actual result: ArgumentException and Serialization errors are thrown on importing the package
Expected result: No errors should be thrown in console
Occurring on: 2020.2.0a7 with VFX version 9.0.0-preview.14, 2020.1.0b5 with VFX version 8.0.1, 2020.1.0a24 with VFX version 7.1.8
Working fine on: 2019.3.10f1 with URP version 7.3.1
Environment: Both Windows and Mac
Stack Trace:
1) ArgumentException: Can not deserialize (UnityEditor.Rendering.HighDefinition.HDPBRSubShader), type is invalid
UnityEditor.Graphing.SerializationHelper.Deserialize[T] (UnityEditor.Graphing.SerializationHelper+JSONSerializedElement item, System.Collections.Generic.Dictionary`2[TKey,TValue] remapper, System.Object[] constructorArgs) (at Library/PackageCache/com.unity.shadergraph@7.1.8/Editor/Data/Util/SerializationHelper.cs:124)
UnityEditor.Graphing.SerializationHelper.Deserialize[T] (System.Collections.Generic.IEnumerable`1[T] list, System.Collections.Generic.Dictionary`2[TKey,TValue] remapper, System.Object[] constructorArgs) (at Library/PackageCache/com.unity.shadergraph@7.1.8/Editor/Data/Util/SerializationHelper.cs:157)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
2)
{}
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Player remains in Windows Background processes when the application is closed
- [Android] The built-in URP shaders Lit, Complex Lit and the Simple Lit are not rendered when built on Android devices with an Adreno 300 series GPUs
- "Radio Button" disappears when added under the "RadioButtonGroup" and the parent Visual Element is selected
- ScrollView Scrollbar is jittering when Movement Type "Elastic" is selected and a mouse with a freewheel is used
- [WebGL]"TypeError: Cannot read properties of undefined (reading 'length')" error is thrown when starting the Player when config.autoSyncPersistentDataPath is set to true
Add comment