You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/avatars.mdx
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ title: Avatars
7
7
## Set up the Unity Editor
8
8
- As per the [Getting Started](getting-started#installing-unity) section for installing the latest supported Unity editor version and acquiring the Basis framework.
9
9
- Open Unity Hub and add an existing project, choose the extracted/cloned Basis project folder
10
-
- Once the Unity Project has loaded, you can now load your Avatar files:
10
+
- On the initial project load you will see the following prompt, please hit 'Restart Editor'.
11
+

12
+
- Once the project has loaded, you can now load in your Avatar files:
11
13
- Either,
12
14
- Find `Assets` in the Project hierarchy, inside `Assets` right-click any empty space and select `Show in Explorer`
13
15
- Copy in your Avatar files [Mesh/Materials/Textures, etc.]
@@ -92,8 +94,8 @@ This section will cover usage of Hai's instructions later on.
92
94
- Ensure that there are **NO** duplicate named GameObjects within the hierarchy of your avatar, including the armature, as this will cause your avatar to fail to load after building the AssetBundle.
93
95
94
96
## Build the AssetBundle
95
-
- At the bottom of the Basis Avatar componnent on your Avatar, make sure you tick the appropriate build targets for your content (Windows, Android etc)
96
-
- Press the 'Create Avatar Bundle' button and wait for this process to complete.
97
+
- At the bottom of the Basis Avatar component on your Avatar, check that the appropriate build targets for your content are enabled (Windows, Linux, Android etc)
98
+
- Press the 'Create Avatar Bee File' button and wait for this process to complete.
0 commit comments