mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-22 22:07:59 +01:00
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
<p align="center">
|
|
<img src="https://i.imgur.com/gtkjoxj.png">
|
|
</p>
|
|
|
|
# SEGI
|
|
A fully-dynamic voxel-based global illumination system for Unity. More details at http://www.sonicether.com/segi/
|
|
|
|
<p align="center" style="display: inline-block;">
|
|
<img height="248px" width="440px" src="https://i.imgur.com/xoR4ab6.jpg">
|
|
<img height="248px" width="440px" src="https://i.imgur.com/m0S2k0C.jpg">
|
|
</p>
|
|
|
|
# Installation
|
|
Check the [Releases](https://github.com/sonicether/SEGI/releases) section above to download a version of SEGI 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/SEGI" in your project to test out the latest unreleased versions of SEGI.
|
|
|
|
All the scripts and files for SEGI must be in "Assets/SEGI" for SEGI to fully function properly in your project.
|
|
|
|
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](https://forum.unity.com/threads/segi-fully-dynamic-global-illumination.410310) on Unity forums.
|