Search Issue Tracker
Fixed
Fixed in 6000.0.52f1, 6000.1.9f1, 6000.2.0b8, 6000.3.0a1
Votes
0
Found in
2022.3.54f1
6000.0.33f1
6000.1.3f1
6000.2.0a9
6000.3.0a1
Issue ID
UUM-102357
Regression
No
Exposing skinned mesh property in subgraph throws errors when interacting with the parent graph
Steps to reproduce:
- Import the attached package
- Open New VFX.vfx
- Save it
- Observe that errors are thrown to the console
Actual results: KeyNotFoundException: The given key 'SkinnedMeshRenderer' was not present in the dictionary.
System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <819cf46d02f74ba4ae2d757a73aa5ae9>:0)
VFXSlotContainerEditor+Styles.DataTypeLabel (System.String Label, UnityEngine.VFX.VFXValueType type, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) (at ./Library/PackageCache/com.unity.visualeffectgraph@14.0.11/Editor/Inspector/VFXSlotContainerEditor.cs:461)
VFXBlockEditor.OnInspectorGUI () (at ./Library/PackageCache/com.unity.visualeffectgraph@14.0.11/Editor/Inspector/VFXBlockEditor.cs:63)
UnityEditor.UIElements.InspectorElement+<>c__DisplayClass77_0.<CreateInspectorElementUsingIMGUI>b__0 () (at <1a495ea831cb41c29219448a6a4f8f8c>:0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
Reproducible with versions: 2022.3.54f1, 6000.0.33f1, 6000.2.0a9
Tested on (OS): windows
Notes:
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment