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
- Memory access out of bounds error is thrown when launching Web builds with C/C++ Multithreading enabled
- Warning text is not aligned in Project Settings > In-App Purchasing tab
- "In-App Purchases" name mismatch in Project Settings window and Package Manager Window
- An opaque Texture has semi-transparent edges when packed in a Sprite Atlas
- Player builds with android:installLocation="0" when Install Location is set to "Automatic"
Add comment