Skip to content

Doc: Getting started

ninlilizi edited this page Apr 23, 2020 · 1 revision

Downloading

HTTP

Download latest release package from the Releases page.
Import the .unitypackage file the normal way.

Git

Due to the limited repository size and Githubs latest LFS policies. This project depends on multiple sub-repositories to store all required assets. As such, a slightly different command (If using the Git console) or process than you may be normally accustomed is required to correctly fetch the asset.

To clone using the Git command line
git clone --recurse-submodules git@github.com:ninlilizi/Nigiri.git

If using third-party Git clients or tools. Then please consult their documentation for the correct process to checkout a project including its sub-module tree.

Setting up

Your project

Linear colourspace. Deferred camera. Allow HDR

Your scene

Attach script to main directional light. Explain Unity shadow map requirements.

Clone this wiki locally