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
- ”Last item reached” warning is thrown when no search results are found in UI Toolkit Layout Debugger
- UI Elements overlap in the Shortcuts window when docked and resized to a smaller window size
- UIBuilder DataSourcePath dropdown fails to show properties when binding to abstract classes
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
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