From 68ade9c602017780fb39cd44ff515fda47109050 Mon Sep 17 00:00:00 2001 From: Saraistupid <37207067+Saraistupid@users.noreply.github.com> Date: Mon, 23 Jan 2023 16:23:40 +0200 Subject: [PATCH] Just in case because I don't trust Mac users --- BUILD.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/BUILD.md b/BUILD.md index 8b57635ac..8d01f0e2b 100644 --- a/BUILD.md +++ b/BUILD.md @@ -32,11 +32,13 @@ sudo brew install git ``` git clone https://github.com/megaminerjenny/HeavenStudio.git ``` +It should clone to the home directory on your machine by default (on Windows that's your main user's folder, on MacOS that's the folder you access by pressing Shift + Command + H in Finder) + 2. Open Unity 2020.3.xx LTS. 3. Load the HeavenStudio repository you just cloned to Unity. -4. After Unity loads, Build AssetBundles by going to Assets -> Build AssetBundles -5. After Building AssetBundles is done, build the game itself by going to File -> Build Settings -> Build -6. And done, you now have built the game for your current platform. +5. After Unity loads, Build AssetBundles by going to Assets -> Build AssetBundles +6. After Building AssetBundles is done, build the game itself by going to File -> Build Settings -> Build +7. And done, you now have built the game for your current platform. ### Platform-specific notes: