Search Issue Tracker
By Design
Votes
0
Found in
6000.4.0a2
Issue ID
UUM-121702
Regression
Yes
Visual Effect Graph window built-in error message does not appear when making a node connection that would cause the error message to appear
Steps to reproduce:
- Create a new Unity project using the Universal 3D template
- Install the Visual Effect Graph package
- Create a new Simple Loop Visual Effect Graph (Assets > Create > Visual Effects > Visual Effect Graph)
- Open the newly created Simple Loop Visual Effect Graph
- Create a new "Random Selector Weighted" node
- Connect the "Random Selector Weighted" node's output to the Drag Coefficient
- Observe the Visual Effect Graph
Actual results: No errors appear
Expected results: “An edge with the same input and output already exists” error appears in the Visual Effect Graph window
Reproducible with versions: 6000.4.0a2
Not reproducible with versions: 6000.0.60f1, 6000.2.8f1, 6000.3.0b6, 6000.4.0a1
Tested on (OS): MacOS Silicon Sequoia 15.6.1
Notes:
- Error message appears in all other Editor versions
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
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- 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
Resolution Note:
The error message that was shown previously was a bug. Now there is no error message, which is the expected result of fixing the previous bug.