MANAGE YOUR WORLD
World Distribution

Building packages with CLI

7min
you can build a world developed through the zepeto world sdk in unity's batch mode and upload it to zepeto studio support is provided only for zepeto studio accounts created using email login the world version set in the current unity project will be applied and deployed please check if zepeto studio allows uploading of new versions before entering the cli command, make sure to close the running unity editor please check the path where unity is installed and the path to the project please refer to the following guide for basic pre launch world settings 📘 please refer to the following guide \[ releasing your world docid\ ebzxoudypr43f3ygz4xin ] to run in unity's batch mode, enter the following cli command below is the cli using the default unity installation path as an example please change it based on your own installation path when entering the project path and account information, type them without quotes if you only want to build without uploading, exclude the upload flag from the command be cautious when using batch files or script files, as account information and passwords could be exposed windows how to run command prompt press the windows+r keys on the keyboard to open the run dialog, then type "cmd" in the text input field and click the "ok" button "c \\\program files\\\unity\\\hub\\\editor\\\2020 3 9f1\\\editor\\\unity exe" batchmode nographics projectpath \[project path] executemethod "zepetopackageclibuilder buildwithargs" id \[zepeto studio account (email)] password \[password] worldid \[world id] upload here's an example of how to input the commands in the windows command prompt macos how to run terminal press the shortcut keys command + space to open spotlight search, then type "terminal" and press enter /applications/unity/hub/editor/2020 3 9f1/unity app/contents/macos/unity batchmode nographics projectpath \[project path] executemethod "zepetopackageclibuilder buildwithargs" id \[zepeto studio account (email)] password \[password] worldid \[world id] upload here's an example of how to input the commands in the macos terminal 👍 build > zepetopackage file is created within the unity project folder you worked on