Search Issue Tracker
By Design
Votes
0
Found in [Package]
12.x
Issue ID
1334062
Regression
No
[ShaderGraph]When convert a color node into property, the color property appeals as "Color(4)" when drag it into the graph
Reproduces in 11.0.0
Repro Steps:
1. Create a color node in a shadergraph.
2. Right-click convert the color node to property.
3. The color property within the graph displays as "Color(4)"
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Palette Settings link to the documentation isn’t working
- "Type Options" and "Node Library" dropdowns do not open when clicked on the title
- Public char variables uneditable in Inspector when project setting "Use IMGUI Default Inspector" is enabled
- IAP Listener component’s list titles go out of bounds when resizing the Inspector window horizontally
- Selected Camera sublayer blends with highlight color in Graphics Compositor window when Editor theme is set to Light
Resolution Note:
I talked with Tracy offline about this, but this is just some confusion with how the UI currently presents things. For multi-element types (like vector, color, etc...) the count of the number of elements are displayed after the name as `(element count)`. This is also the same syntax used to display duplicates. So if you have a 2nd color property it'll show as `Color(1)(4)`. This behavior is consistent across all other nodes types as shown in the attached gif with a vector3.