Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

err in editor #3

Open
Liaoer opened this issue Mar 11, 2020 · 5 comments
Open

err in editor #3

Liaoer opened this issue Mar 11, 2020 · 5 comments

Comments

@Liaoer
Copy link

Liaoer commented Mar 11, 2020

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
Copy link
Author

Liaoer commented Mar 11, 2020

windows on dx11

@GuardHei
Copy link
Owner

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

@kyapp69
Copy link

kyapp69 commented Feb 17, 2022

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

@kyapp69
Copy link

kyapp69 commented Feb 18, 2022

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.

@GuardHei
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants