From 99b247745b652586532357bf83ecb73882221b3d Mon Sep 17 00:00:00 2001 From: ItsLever <106493116+ItsLever@users.noreply.github.com> Date: Mon, 25 Jul 2022 14:16:10 -0400 Subject: [PATCH] Update Getting-The-Assets-In-Unity.md added removal duplicate scripts since many people have suffered this issue recently (theres already been like 3 cases of the same issue today) --- documentation/Getting-The-Assets-In-Unity.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/documentation/Getting-The-Assets-In-Unity.md b/documentation/Getting-The-Assets-In-Unity.md index 1dcf704..44c28cf 100644 --- a/documentation/Getting-The-Assets-In-Unity.md +++ b/documentation/Getting-The-Assets-In-Unity.md @@ -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.