Search Issue Tracker
By Design
Votes
0
Found in [Package]
Issue ID
1343673
Regression
Yes
[VFX graph] Errors are thrown on installing the Visual effect graph package in a 3D template
[VFX graph] Errors are thrown on installing the Visual effect graph package in a 3D template
Multiple Errors are thrown on installing the Visual effect graph package in a 3D template.
Steps to Repro:
1. Create a new Project
2. Add Visual Effect Graph Package
3. Observe errors in the Console window.
Expected Result: No error in the console
Actual Result: Multiple errors thrown in the console.
Reproducible in: 2021.2.0b1, 2021.2.0a18
Working Fine in: 2021.2.0a17, 2021.1. 13f1, 2020.3.13f1, 2019.4.28f1
Environment: macOS only
Stack trace:
Shader error in '[SimpleRibbon] [Ribbon] Initialize Particle Strip': redefinition of 'SafePositivePow_half' at kernel CSMain at project/library/packagecache/com.unity.render-pipelines.core@12.0.0/shaderlibrary/common.hlsl(674) (on metal)
Shader error in '[SimpleHeadsAndTrails] [Trail Bodies] Update Particle Strip': redefinition of 'SafePositivePow_half' at kernel CSMain at project/library/packagecache/com.unity.render-pipelines.core@12.0.0/shaderlibrary/common.hlsl(674) (on metal)
Shader error in '[SimpleParticleSystem] [System] Update Particle': redefinition of 'SafePositivePow_half' at kernel CSMain at (23)/library/packagecache/com.unity.render-pipelines.core@12.0.0/shaderlibrary/common.hlsl(602) (on metal)
Shader error in '[SimpleHeadsAndSparks] [Heads] Update Particle': redefinition of 'SafePositivePow_half' at kernel CSMain at project/library/packagecache/com.unity.render-pipelines.core@12.0.0/shaderlibrary/common.hlsl(674) (on metal)
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
By design, the VFX Graph is not supported in the built-in pipeline and requires HDRP or URP. The warnings have been already replaced by a warning with more information.