We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SETUP_DEBUG_TEXTURE_DATA needs to be updated for Unity 6
#if UNITY_VERSION >= 600000 SETUP_DEBUG_TEXTURE_DATA(inputData, UNDO_TRANSFORM_TEX(input.uv, _BaseMap)); #else SETUP_DEBUG_TEXTURE_DATA(inputData, input.uv, _BaseMap); #endif
Here is the fix:
Unity6 Fixes.zip
The text was updated successfully, but these errors were encountered:
Fixed shader compiling on URP 17
a63ee40
Refer to "#4". Fixed a shader compiling issue on URP 17.
Thanks for reporting the issue! it should be fixed now.
Sorry, something went wrong.
No branches or pull requests
SETUP_DEBUG_TEXTURE_DATA needs to be updated for Unity 6
Here is the fix:
Unity6 Fixes.zip
The text was updated successfully, but these errors were encountered: