using UnityEngine.Rendering; namespace UnityEditor.Rendering { class DummyRenderPipelineAsset : RenderPipelineAsset { protected override RenderPipeline CreatePipeline() { throw new System.NotImplementedException(); } } }