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/worlds.mdx
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ title: Worlds
32
32

33
33
34
34
## Build the AssetBundle
35
-
-Choose from the `Basis` drop-down menu, the `Build AssetBundle From Scene` option.
35
+
-On the `Basis Scene` Component, press the `Create Scene Bee File` button.
36
36
37
37

38
38
@@ -41,14 +41,22 @@ title: Worlds
41
41

42
42
43
43
## Test the scene
44
-
- Once the AssetBundle has been created, you can load this via the `BootManager` prefab found at `Assets > Prefabs > Boot`.
44
+
:::warning
45
+
Select the `BasisFramework` .prefab asset in the Project files, **Do not instantiate this prefab into the current Scene! The Basis SDK does this automatically!**
46
+
:::
47
+
48
+
- Once the AssetBundle has been created, you can load this via the `BasisFramework` prefab found at `Packages > Basis SDK > Prefabs > Boot`.
45
49
46
50

47
51
48
-
- 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.
52
+
- You can place the location of the new AssetBundle under the `Remote BEE File Location` field, along with the `Unlock Password` provided in the `dontuploadmepassword.txt` file generated in the `/AssetBundles/` directory, then enable `Use Scene Provided Here`.
49
53
50
54

51
55
52
-
- Load the `Initialization` scene from `Assets > Scenes`, and then hit Play.
56
+
- Load the `Initialization` scene from `Packages > Basis SDK > Scenes`, and then hit Play.
57
+
58
+

59
+
60
+
- Enter a Username and press "Connect", localhost may be used *if* a [Server](/docs/server-setup#introduction) has been started on the local machine.
53
61
54
-
- You should then load in at the spawn location of your world.
62
+
- You should then load in at the spawn location of your world or the connecting Server.
0 commit comments