You can simply place any object in the world using World Object Controller.
To get the World Object Controller, simply go to the Objects Panel > + and search for World Object Controller and click it to add it to your scene. TIP: You can find the World Object Controller under Helper Scripts.
Please make sure you are using the rear camera if you can't see the red panda.
As you can see the objects is shown really huge on the screen. To fix this we need to add Device Tracking component to our camera so our camera can follow the users movement and stick our object into the world.
In order to do that, select the Camera object and then in the inspector panel click on Add Component, and search for Device Tracking and select it.
Now you can see our character is now not huge anymore as well as stick to the world.
At this moment we just need to set a reference from our camera with device tracking to the world object controller. To do so, click on the World Object Controller in the Objects panel, then in the inspector panel set the camera to the Device Tracking input as shown in the gif below
Great! Now everything is setup, we can change the content to whatever that we want.
To do that expand the World Object Controller in the objects panel by clicking on the small arrow.
Now delete the Red_Panda_FBX object and place your object as a child of the World Object Controller.
Now feel free to set the size and place your content inside the World Object Controller.