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
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
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.