With the latest version of the Unity web player my old demos have ceased to functions so I've updated the page with some new demos.
Demos
Saturday, 30 August 2014
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"
Sunday, 25 May 2014
V-Lights 24 Hour Sale
V-Lights is on sale for 24 hours today. If you have any problems integrating v-lights into your game please contact me at brianvlights at gmail dot com.
Upcoming features
- Android / iOS support
- Orthographic projected lights
- Raymarched voluemtric litghts.
Upcoming features
- Android / iOS support
- Orthographic projected lights
- Raymarched voluemtric litghts.
Subscribe to:
Posts (Atom)