Unity-Technologies / MeasuredMaterialLibraryURP

MIT License
379 stars 87 forks source link

Importing to 2021.3.12 will cause a script error #6

Open Markovicho opened 1 year ago

Markovicho commented 1 year ago

Importing the repo assets into a 2021.3.12 URP Project will cause an script compilation error due to missing LWRP namespace in UnityEditor.Rendering.

image

using UnityEngine.Rendering; using UnityEditor.Rendering.LWRP;

removing last line will fix that...

BastiaanGrisel commented 1 year ago

Thanks, this was useful!