Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.
Draft
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
8 changes: 5 additions & 3 deletions documentation/Getting-The-Assets-In-Unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,15 @@ In the inspector **deselect** `General > Auto Reference`

There should be 5 files.

## Step 6: Remove duplicate scripts in MonoScripts

## Step 6: Restart Unity
Remove all Unity.* assemblies from the MonoScripts folder (all the duplicate errs shown in unity console)

Go out of Safe Mode and restart Unity once more to fully get the project assembled.
## Step 7: Restart Unity

Go out of Safe Mode and restart Unity once more to fully get the project assembled.

## Step 7: Profit
## Step 8: Profit

You should now be able to see the assets in the Unity editor.

Expand Down