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
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,16 +108,16 @@ Basis uses the .BEE file extension, which combines the asset bundle and meta dat
108
108
:::
109
109
110
110
## Test the Avatar
111
-
- Once the .BEE file has been created, you can load this via the `BootManager` prefab found at `Assets > Prefabs > Boot`.
111
+
- Once the .BEE file has been created, you can load this via the `BootManager` prefab found at `Packages > Basis SDK > Prefabs > Boot`.
112
112
113
113

114
114
115
-
- You can place the location of the new AssetBundle under the `Meta URL`& `Bundle URL` fields, along with the `Unlock Password` provided in the `dontuploadmepassword.txt` file generated in the `/AssetBundles/` directory.
115
+
- You can place the location of the .BEE file under the `Combinned URL`fields as shown in the example below, along with the `Unlock Password` provided in the `dontuploadmepassword.txt` file generated within the `/AssetBundles/` directory.
116
116
- Make sure to tick `Is Local` if the file is not a URL.
117
117
118
118

119
119
120
-
- Load the `Initialization` scene from `Assets > Scenes`, and then hit Play.
120
+
- Load the `Initialization` scene from `Packages > Basis SDK > Scenes`, and then hit Play.
121
121
122
122
# Uploading Your Avatar
123
123
Basis allows you to load an Avatar .BEE file from a remote URL location, which is also required for other users in a networked session to also load the assets.
@@ -126,7 +126,7 @@ In order to support this, you will need to direct link to a remote location. For
126
126
127
127
(Google Drive supports the direct link of files up to 100MB due to their Virus Scanning policy.)
128
128
129
-
Upload the **Bundle File** & **Meta File** to Google Drive, or any hosting provider that allows direct links to files without login.
129
+
Upload the **BEE file** to Google Drive, or any hosting provider that allows direct links to files without login.
130
130
- Create a Folder on your Drive and set its sharing settings to "Anyone with the link."
131
131
132
132
Now when you drag your files into this Folder, you will not individually need to set that permission.
@@ -145,20 +145,27 @@ We want to copy the unique identifier inside of the URL and add it to the follow
**DO NOT UPLOAD YOUR GENERATED PASSWORD FILE OR SHARE IT**
150
150
151
151
Load up Basis, open the menu, and select Avatars.
152
-
Paste the **Meta Link** into the Meta field.
153
-
Paste the **Bundle Link** into the Bundle field.
152
+

153
+
In the Avatar menu, select Add 'Add Avatar' in the top left.
154
+

155
+
Paste the **BEE File URL** into the field in the next winndow.
156
+

154
157
Paste your **SUPER SECRET ENCRYPTED PASSWORD** into the Password field.
158
+

155
159
156
160
Load!
157
161
🥱
158
162
159
163
# Remove Avatars
160
-
By default, Basis will save the details of Avatars added through the game menu for convenience. Avatars can be removed by clicking on the Avatar in the menu and hitting the Red Delete Avatar button *(Currently no confirmation dialog is shown.)* After a while, this can grow the avatar list or keep old Avatar information, which may not be desirable. To remove all saved avatars, you can do the following:
164
+
Basis will save the details of Avatars added through the game menu for convenience. Avatars can be removed by clicking on the Avatar in the menu and hitting the Red Delete Avatar button *(Currently no confirmation dialog is shown.)*
165
+

166
+
167
+
To remove all saved avatar information, outside of the game interface, you can also do the following:
0 commit comments