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
- Shader Graph Create Node window cannot be resized or moved after maximizing and reopening it
- [Usability] Cannot toggle Scene checkboxes using TAB/Enter in Build Profiles’ > Open Scene List
- Installing HDRP package throws Shader Graph validation warning about Exposure node when installed in Universal 3D Template
- ShaderGraph “Create Node” menu’s resize icon overlaps with the menu's scrollbar
- ShaderGraph “Create Node” menu’s Search bar's typing cursor is barely visible since it's black on a dark background
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.