Wednesday 28 May 2014

Unity 4.5 fix



Looks like there is a bug with unity 4.5 and include files a patch has been submitted.

To fix it yourself modify


VolumeLight.shader line 74

from
#include "/../VLightHelper.cginc"
to
#include "../VLightHelper.cginc"


VolumeLightPoint.shader line 56

from
#include "/../VLightHelperPoint.cginc"
to
#include "../VLightHelperPoint.cginc"

No comments:

Post a Comment