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
- [URP] [Vulkan] Fantasy kingdom crashes editor when switched to Vulkan
- UnityException: get_disableApplyMaterialPropertyDrawers can only be called from the main thread
- DX12 Projects close and are not being created when creating XR Templates on an XPS 13 Arm Device
- Crash on GfxDeviceD3D12::AllocBottomLevelAccelerationStructure when using Raytracing
- The search icon in the "Searches" sections is blurry and inconsistent
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