-
Notifications
You must be signed in to change notification settings - Fork 19
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
Shader error in 'd4rkpl4y3r/Optimizer/M00_001_01_Bottoms_01_CLOTH ACLS_Toon_AlphaCutout_Dither': undeclared identifier 'cov' at line 13100 (on d3d11) #10
Comments
Please d4rkpl4y3r reply and fix it when online!, but what's the purpose of .unitypackage file? |
I was able to reproduce the issue with ACLS AlphaCutoutDither shader and fixed it. It was caused by the extra coverage output paramter not getting declared in the fragment shader function declaration. |
Yeah, but how to find the unitypackage itself?, and how to use the said fix, should I just put the .zip file into Unity project and just create another copy?, I opened the link to the fix, but I don't know how to use it on the avatar shader, please tell me how |
You delete the old version of the optimizer from your unity project. |
Thanks |
I changed shader to ACiiL, even before I clicked ''Create Optimized Copy'' and it still turnes pink and the console errors:
Shader error in 'd4rkpl4y3r/Optimizer/M00_001_01_Bottoms_01_CLOTH ACLS_Toon_AlphaCutout_Dither': undeclared identifier 'cov' at line 13100 (on d3d11)
The text was updated successfully, but these errors were encountered: