CREATE YOUR WORLD
Players & Characters: Tips

Controlling ZEPETO camera fixation

4min

The ZEPETO camera is set to follow the player's ZEPETO character. This guide will show you how to prevent the ZEPETO camera from following your ZEPETO character at runtime.

Step 1 : Write a script

  • Add a GameObject to the Scene and include the RuntimeCamera example script below.
TypeScript




Step 2 : Run

Document image




  • If you press the Pause button, you will notice that the ZEPETO camera no longer follows the player character and remains fixed in place.
Document image




  • When you press the Resume button, you can see that the camera follows the character again.