Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
6.6.1
Issue ID
1145241
Regression
No
[ProjectSettings] Switching SRPs ought to update the Render pipeline settings path
Now that we support basic LWRP, switching between HDRP and LWRP ought to update the render pipeline settings path.
Repro steps:
1. Open an HDRP-enabled VFX project
2. Pull LWRP
3. Switch the current SRP to LWRP
4. Observe the particles don't work
5. Go to Project Settings/VFX and change the end of the path from "RenderPipeline/HDRP" to "RenderPipeline/LWRP"
6. Recompile particles and observe that they now work
Notes:
- should automatically switch between officially-supported SRPs
- currently if the RP settings path is wrong, a very unhelpful error pops up:
Exception while compiling expression graph: System.ArgumentException: Illegal characters in path. This should be replaced with a message instructing to check the render pipeline settings path in Project Settings/VFX.
- The field itself should probably be renamed to Render Pipeline Settings Path (currently it's "Render Pipe")
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:
Fixed in 2019.3 and up. In 2019.2 the user has to take care of the value of Render Pipe Settings Path By him/herself