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
- [Android] Audio sound is lower in the Player compared to the native music player
- Feet slide and misalign when playing retargeted animations
- IndexOutOfRangeException is thrown in NativePassCompiler when a graphics buffer is used in more than 5 render passes
- "Undo Stack Overflow" error is thrown, and Undo History is deleted when multiselected GameObjects are reparented to their GrandParents
- SearchColumn of type "ObjectReference" does not get refreshed for the custom SearchProvider when lighting generation finishes
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.