HELP
Development FAQ
QR test is unstable.
15min
the world developed in unity can be tested in the zepeto app (mobile) through a qr code 📘 please refer to the following guide qr mobile test docid\ foizleqi0jtan3snbtwli if the qr test is unstable, please try to solve the issue according to the following types the qr code has been recognized, but the error message appears \ error accessing zepeto world please try again \ failed to get world metadata please check your network settings if the world does not run with the above message after the qr code recognition on pc you must not be connected to a vpn service deactivate all firewall settings (when using wi fi on windows pc) go to network & internet > ethernet and select 'private network ' (when using wi fi on windows pc) go to network & internet > advanced network settings and disable all adapters except wi fi on mobile connect to the same network as your pc (ios devices) grant permission to access the zepeto app's local network the modifications in the world will not be reflected in the zepeto app if you execute the world on the zepeto app but discover that your development modifications have not been reflected, please check the following the scene you worked on must be in the file > build settings > scenes in build list and ticked your zepeto app must be the latest version the generated qr code image is corrupted go to edit > project settings > quality > rendering > texture quality and change the setting to "full res " "could not resolve host" error appears while running the build socketexception could not resolve host {pc name} if the above error message appears while running the build for the qr test on a macos pc, please try the following method execute the terminal copy and paste the below command change the {pc name} to the pc name of the error message (e g , my computer local ) if a password is required, enter the password of the macos account sudo sh c "echo '127 0 0 1 {pc name}' >> /private/etc/hosts" && sudo dscacheutil flushcache encountering application error during mobile execution if you encounter an application error while running your application on a mobile device, this issue typically arises due to a logic error in the server code, such as an unhandled exception to resolve this issue, it's recommended to debug the server script and make the necessary modifications to the code please refer to the following guide debugging docid\ xoaudyirainjlu4adggrg macos could not resolve host error if you're a macos user encountering a "could not resolve host" error while attempting a qr build, resulting in an empty qr code window, please follow the steps below 1\) open terminal on macos you can do this by pressing command+space to open spotlight search, then typing terminal and hitting enter 2\) once the terminal window appears, note the text following "user@" as this is your host name for example, if it reads "user\@abc", then "abc" is your host name 3\) in terminal, enter the following command type sudo nano /private/etc/hosts and press enter when prompted for a password, enter your macos login password 4 ) in the host database editing screen, press the down arrow key to move the focus to the very bottom enter 127 0 0 1 followed by a tab, then type your hostname local 127 0 0 1 yourhostname local 5 ) save the changes by pressing control (^) + o, then press enter 6\) exit editing mode by pressing control (^) + x 7 ) in terminal, enter the following command to reset your dns text sudo dscacheutil flushcache 8 ) return to unity and try running the qr build again the qr code should now display correctly