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
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
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.