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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
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.