d4rkAvatarOptimizer
d4rkAvatarOptimizer copied to clipboard
Shader error in 'd4rkpl4y3r/Optimizer/M00_001_01_Bottoms_01_CLOTH ACLS_Toon_AlphaCutout_Dither': undeclared identifier 'cov' at line 13100 (on d3d11)
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)
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.
Get the fix from here: https://github.com/d4rkc0d3r/d4rkAvatarOptimizer/archive/refs/heads/main.zip
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. Get the fix from here: https://github.com/d4rkc0d3r/d4rkAvatarOptimizer/archive/refs/heads/main.zip
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.
Then you unpack the .zip and drag the unpacked folder into the assets folder of your unity project.
After that you have the newest version of the optimizer installed. With that you can create a new optimized copy and it should work now.
You delete the old version of the optimizer from your unity project. Then you unpack the .zip and drag the unpacked folder into the assets folder of your unity project. After that you have the newest version of the optimizer installed. With that you can create a new optimized copy and it should work now.
Thanks