Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
ThetaREZ's avatar
ThetaREZ
Explorer
7 years ago

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


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

Replies have been turned off for this discussion
  • Just change to this worked:
    #include "Assets/Oculus/Avatar/Content/Materials/AvatarMaterialStateShader.cginc"