Nigiri.
Please note that this fork has been discontinued in favour of my own GI solution,https://github.com/ninlilizi/Nigiri
NKLI
- 2D, Single Pass Rendering
- Runs on Unity version 2018
- Functions as a PostProcessing v2 effect
- Samples cones across frames. Giving a 32cone result for the cost of 2 per frame.
Features.
A fully-dynamic voxel-based global illumination system for Unity. More details at http://www.sonicether.com/segi/
Installation
Check the Releases section above to download a version of CKGI that is a simple .unitypackage file which is ready for you to import into your project.
You can also click the "Clone or Download" button and select "Download Zip", then extract the contents to "Assets/Plugins/SEGI" in your project to test out the latest unreleased versions of SEGI.
Install Unity Post Processing v2. (https://github.com/Unity-Technologies/PostProcessing/wiki/Installation)
Then add SEGI as a PP2 effect. (https://github.com/Unity-Technologies/PostProcessing/wiki/Quick-start)
Add 'SEGI_Sun_Light.cs' to your main directional light
Add 'SEGI_Follow_Transform.cs' to your player character
Please refer to the User Guide.pdf for usage instructions.
Community
If you need some help, feel free to ask any questions in the official thread on Unity forums.