A remake of the cult-classic game LSD: Dream Emulator.
- Git LFS
- Unity 2021.3.35f1 installed via Unity Hub
- nuget.exe
- If you are using Mac or Linux, there are instructions above for running nuget.exe with mono.
- Ensure you've prepared the prerequisites as above.
- Clone this repo:
$ git clone https://github.com/Figglewatts/LSDRevamped.git
- Run
nuget.exe restore -PackagesDir LSDR/nuget-packages LSDR/packages.config
to download and install the NuGet packages. - Run the
move-packages
shell script inLSDR/
. There is a Bash version and a PowerShell version. - Open
LSDR/
in Unity. - All done!