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
- Scaled Backgrounds List and dropdown text are enabled while Scaled Backgrounds field is disabled in IMGUI Debugger window
- Editor crashes when large value is entered in Scaled Backgrounds field of IMGUI Debugger window
- "Custom Function" Node "Input" type changes do not immediately show mistmatch errors when set to an incompatible type in Shader Graph
- My Assets list is populated with Asset Packages when setting how many Packages to display before clicking the Load button
- Hub shows 6.0 as Latest LTS when opening a project after deleting its 6.3 Editor version
Add comment