Search Issue Tracker
Fixed in 9.0.0
Votes
0
Found in [Package]
7.3.0
Issue ID
1227087
Regression
No
[Shadergraph] Linear Blend Skinning Node reports an error and prevents shader compilation when used within a Sub Graph
Sub graphs that include the Linear Blend Skinning Node will display an error stating "invalid subscript 'BoneIndices'. Which will prevent your shadergraph from compiling properly.
Repro Steps:
1. Launch Unity Editor Version 2019.3.4f1 (4f139db2fdbd) with Shadergraph Version 7.3.0
2. Create a new PBR Graph
3. Create a Linear Blend Skinning Node
4. Connect the outputs to your master node
5. Highlight the Linear Blend Skinning Node, right click -> Convert to sub-graph
6. Observe the error reported by the sub-graph
Actual Results:
This node will report an error stating "invalid subscript 'BoneIndices'" and will prevent the shadergraph from compiling
Expected Results:
no error would occur and this node would be able to be used within a Sub-Graph
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Add comment