SRP icon indicating copy to clipboard operation
SRP copied to clipboard

err in editor

Open Liaoer opened this issue 5 years ago • 5 comments

RenderTexture.Create failed: format unsupported for random writes - RGBA4 (142). UnityEngine.Rendering.ScriptableRenderContext:Submit() SRPipeline:RenderScene(Camera) (at Assets/Scripts/SRPAsset.cs:714) SRPipeline:Render(ScriptableRenderContext, Camera[]) (at Assets/Scripts/SRPAsset.cs:153) UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

Liaoer avatar Mar 11 '20 06:03 Liaoer

windows on dx11

Liaoer avatar Mar 11 '20 06:03 Liaoer

Interesting. Probably due to the default hdr texture format on Windows. I'll check.

GuardHei avatar Mar 13 '20 06:03 GuardHei

Is this project actually working? I downloaded it but the example scenes don't show anything?

kyapp69 avatar Feb 17 '22 09:02 kyapp69

Which SRP do you use? OldSRP or SRP? I also encountered the same problem as above. Where do I change that to try a different texture? Sorry for so much question.

kyapp69 avatar Feb 18 '22 00:02 kyapp69

Which SRP do you use? OldSRP or SRP? I also encountered the same problem as above. Where do I change that to try a different texture? Sorry for so much question.

Ok, so long story short, this repo is no longer functioning. I originally planned to refactor the repo to support more advanced render techs and newer versions of Unity. However, unfortunately the base framework doesn't work well and upgrading to newer Unity version has also broken the pipeline. Sorry for any inconvenience caused by that!

Right now, I'm switching my focus to this srp project (https://github.com/GuardHei/UltimateTAA), with the pipeline doc here https://github.com/GuardHei/UltimateTAA/tree/main/Assets/AdvancedRenderPipeline. You may want to check this one out instead.

GuardHei avatar Feb 20 '22 02:02 GuardHei