Search Issue Tracker
By Design
Votes
0
Found in
6000.0.61f1
6000.2.8f1
6000.3.0b8
6000.4.0a3
Issue ID
UUM-125381
Regression
No
"Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
How to reproduce:
1. Create a new Unity project and install the Visual Effects package
2. Create any VFX Graph
3. In the Output block, add any property with "From Source" attribute (e.g. Set Size From Source")
4. Observe the property
Expected results: No warnings are show or these attributes are not available
Actual results: Inherit attribute is not supported in Update and Output contexts"
Reproducible with: 6000.0.61f1, 6000.2.8f1, 6000.3.0b8, 6000.4.0a3
Reproducible on: macOS Sequoia 15.6 (M1)
Not reproducible on: No other environment tested
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
- Dropdown property is cut off and adds unnecessary side padding when a Sub Graph is used as a node in Shader Graph
- All text in the Project Settings Window is still Tinted White after deleting Text in the Search Window
- "WebGL Template" icons disappear when building the project with the Project Settings opened
- Variant Family window UI issues when Prefab title is long
- Player crash when switching focus in Exclusive Fullscreen mode with DirectX 12
Resolution Note:
There are other situations where we allow an incompatible block to be used in an incompatible context, for example a face camera plane in strip output.
This behavior is intentional. Blocks that may have an incorrect configuration in certain contexts are still listed. This approach improves discoverability and provides a straightforward way to communicate the constraints of specific blocks. It also helps prevent frustration that could arise from not being able to locate a commonly used block in a different context.