Example Scene
This page will show how to create an example scene to test if the Genies SDK is working.
Create New Scene
With a Unity project setup with the Genies SDK, create a new scene named NewScene
.
Drag in the Prefab
In the Project window, find the CreateUserAvatar prefab in the Packages > Genies Avatars SDK > Prefabs folder. Drag and drop it into the scene.
This prefab is using a component to load the user Avatar to the scene.
Move the Camera
The camera needs to be moved to see the Avatar when spawned. Select the Main Camera object in the Hierarchy. Open the Inspector window and set the following parameters:
- Set the Position parameter to X:
0
, Y:0
, Z:3
. - Set the Rotation parameter to X:
0
, Y:180
, Z:0
.
Test the Project
Press the Play button. The Avatar should eventually spawn in the Game window.
Next Steps
Follow the VS Code page to setup your environment to start using TypeScript. Once it's setup, you can follow the Infinite Runner tutorial to create your first game!