Search Issue Tracker
By Design
Votes
0
Found in
2018.1.0b13
Issue ID
1025121
Regression
No
[LWRP] Lighweight Pipeline Asset is missing when importing LWRP through Package Manager
How to reproduce:
1. Create a new 3D project.
2. Go to "Window->Package Manager->All" and import "Render-pipelines.lightweight" package.
3. After the package is imported, go to "Edit->Project Settings->Graphics".
4. Check "Scriptable Render Pipeline Settings". You can also search for "LWRP" asset in the project's folder.
Expected result: "Scriptable Render Pipeline Settings" will have a Lightweight Pipeline Asset attached to it. There will be at least one LWRP asset in the project's folder.
Actual result: "Scriptable Render Pipeline Settings" is set to "None" and cannot find any Render Pipeline Asset. There is no LWRP asset in the project's folder.
Reproducible with - 2018.1.0b7, 2018.1.0f1, 2018.2.0b1
Notes:
- "Render-Pipelines.lightweight" package could be found only in package managers from 2018.1.0b7 and newer versions of Unity.
- Missing Lightweight Pipeline Asset prevents users from using Shader Graph - any created shader will have a pink colour.
Fixed (by design):
Lightweight Pipeline Asset needs user settings and such things cannot be stored in a package. When you import LWRP through Package Manager, you also need to create Lightweight Pipeline Asset and attach it to Edit->Project Settings->Graphics->Scriptable Render Pipeline Settings yourself.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [macOS] Project fails to load when Virtual Artifacts are Corrupted
- Long scheduler times on main thread when using InstantiateAsync with a singular massive Prefab
- The project hangs upon opening it when importing the "discrete_rank2_vector_v2_0.onnx" file
- Opening the Look Dev hangs the Editor when the window is opened for the first time in the project or after deleting the Library folder
- Look Dev has blurry icons on 4k monitors
Add comment