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.  `using UnityEngine.Rendering; using UnityEditor.Rendering.LWRP;` removing last line will fix that...