A remake of the cult-classic game LSD: Dream Emulator.
- Git LFS (https://git-lfs.github.com/)
- Unity 2019.4.20f1 installed via Unity Hub
- C# IDE (I use JetBrains Rider, but Visual Studio will work too...)
- Windows (this may change soon... watch this space)
- InControl (Unity Asset Store, paid asset)
- Python 3.7
- Toriicli
- Ensure you've prepared the prerequisites as above.
- Clone this repo:
$ git clone https://github.com/Figglewatts/LSDRevamped.git
- Run
toriicli nuget restore
to download and install the NuGet packages. - Open the folder "LSDR" in Unity.
- Go to the Asset Store and add 'InControl' to the project.
- All done!
- Make sure
toriicli
can find your Unity installation by running:It should print out the path to the Unity 2017.4.30f1 executable.$ toriicli find
- Run
toriicli build
in the root of the repo to build the project. Make sure Unity isn't open. This will take a while, so wait for it to finish. - Once it's finished, the build will be in the 'builds' folder as a zip. You can extract it and play it.