This is a sample and guide video for beginners developing ZEPETO World.
Before starting the tutorial, please refer to the following guide to complete the installation of Unity and ZEPETO template.
Please refer to the following guide. [Installation and settings]
World Development Tutorial for Beginners
- This tutorial is recommended for those who are new to creating ZEPETO World.
- You will create a simple jump map and learn the basics of ZEPETO scripting to write code.
- Based on what we learned in Chapter 1, we will make an item eating World using character movement speed and jump control.
- Create UI Controller to reflect item acquisition in Text UI
- Implement the interaction buttons that appear when the user approaches something.
- Apply Probability Random Code
ZEPETO World Multiplay
- You will set up an environment for multiplayer world development, from creating a multiplayer server to creating a client.
- You will learn a simple example of Room Message communication between server and client.