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

Issue in URP 12+ #8

Open
starchitectus opened this issue Oct 10, 2021 · 3 comments
Open

Issue in URP 12+ #8

starchitectus opened this issue Oct 10, 2021 · 3 comments

Comments

@starchitectus
Copy link

This way of referencing the camera colour texture in URP 12+ appears to have been depreciated. For future compatibility, replace the below with
colorTextureIdentifier = renderingData.cameraData.renderer.cameraColorTarget;

var colorTextureIdentifier = new RenderTargetIdentifier("_CameraColorTexture");

@mtgamedev
Copy link

it doesnt work. please help me if you have solved the problem on new URP.

@starchitectus
Copy link
Author

Sorry i eventually gave up on this package. I instead ported the HDRP to work with URP, which took quite a bit of effort but was worth it as the quality is much better.

@erikbaender
Copy link

@starchitectus that's amazing, could you share that with us?

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