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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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