You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unzip the downloaded installer UnityStandardAssetsSetup-5.4.5f1.exe (I did this using 7zip)
Import the extracted Effects.unitypackage file into your project, only adding the missing cginc file
I tried this on Unity 2017.1.0b9 and the import worked, but the shader still doesn't compile (the vertex color shader compiles fine, but doesn't work either as the models are pink).
I can see the following solutions to this issue :
Stick to Unity 5.4.x to work on this project (which can be installed side by side with v5.6)
Remove all the SSAO stuff (at least in its current version) from the project
The SSAO stuff comes from Unity standard assets, maybe something similar exists in the current version?
Anyway, SSAO is not related to the magicavoxel part of the project, it's purely cosmetic
I"m using Unity 5.6.1f1
I'm getting this error:
Shader error in 'Hidden/SSAO': Can't find include file frag_ao.cginc at line 59
The text was updated successfully, but these errors were encountered: