cancel
Showing results for 
Search instead for 
Did you mean: 

Oculus Integration 1.24 and missing #include Assets/OvrAvatar/...

ThetaREZ
Explorer

AvatarSurfaceShader.shader and AvatarSurfaceShaderSelfOccluding.shader
Includes an OvrAvatar folder that I believe is moved. This prevents compiling of the shader. Anyone run into this?
#include "Assets/OvrAvatar/Content/Materials/AvatarMaterialStateShader.cginc"
What is the solution?
1 REPLY 1

ThetaREZ
Explorer
Just change to this worked:
#include "Assets/Oculus/Avatar/Content/Materials/AvatarMaterialStateShader.cginc"