Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update custom-assetbundle.md #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/custom-content/custom-assetbundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Follow the instructions for each step closely.
###Install Unity
The first thing you need is Unity. But not just any version of Unity, it needs to be **[Unity 2019.1.14f1](https://unity3d.com/get-unity/download/archive)**.

You want the **installer**.
You want the **installer** and **[Unity Hub](https://unity.com/download)**.

!!!warning "Wrong Unity Version"
Using the wrong version of Unity will result in possible issues in your exported AssetBundles, if it works at all.
Expand All @@ -48,7 +48,7 @@ Run the installer and you will be asked which components to include. Be sure **W
###Download Project
Download the project file from **[GitHub](https://github.com/Berserk-Games/Tabletop-Simulator-Modding)**.

<center>![Github Download](/img/custom-assetbundle/github-download.png)</center>
<center>![Github Download](https://user-images.githubusercontent.com/68232780/147929314-046a29ce-2022-4e76-91d2-067f8a626410.png)()</center>

If needed, unzip the files, and then place them into the directory of your choice.

Expand Down