ScreenShot
You can use the image related functions of ZepetoWorldContent API to save or share images within the World, and post images to feed.
ZepetoWorldContent API provides the following image related functions.
API | Description |
---|---|
ZepetoWorldContent.SaveToCameraRoll(rt: UnityEngine.RenderTexture, result: System.Action$1) | Saves the image to the photo library. |
ZepetoWorldContent.SaveToCameraRoll(texture: UnityEngine.Texture2D, result: System.Action$1) | Saves the image to the photo library. |
ZepetoWorldContent.Share(rt: UnityEngine.RenderTexture, result: System.Action$1) | Shares the image to an external app. |
ZepetoWorldContent.Share(texture: UnityEngine.Texture2D, result: System.Action$1) | Shares the image to an external app. |
ZepetoWorldContent.CreateFeed(rt: UnityEngine.RenderTexture, contents: string, result: System.Action$1) | Uploads the image to feed. The content of the post can be specified through the second argument, contents. World tags are automatically applied and posted to the feed. |
ZepetoWorldContent.CreateFeed(texture: UnityEngine.Texture2D, contents: string, $result: System.Action$1) | Uploads the image to feed. The content of the post can be specified through the second argument, contents. World tags are automatically applied and posted to the feed. |
The following is an example of calling the image functions within the ZepetoWorldContent.
The following is the example code using the functions of the screenshot mode in ZepetoWorldContent using RenderTexture.
- It cannot be checked in the Unity editor mode, but can be checked when playing on the app.
The screenshot module is included in the Build it Unity Plug-in. You can check the module script in GitHub below.
📘 Build it Unity Plug-in Screenshot Module

The screenshot feature is available by tapping the camera icon located on the right side of the Build it Unity Plug-in World Play screen.

- 1: Selfie Mode Button
- You can switch the camera to selfie mode.
- 2. Photo Button
- You can take a picture of the play screen.
- 3: Recording Button
- You can record the play screen.
- 4: Exit Button
- You can exit screenshot mode.
✏️ Note
- Please note that chat speech balloons are not included in the screenshot.

Press the photo button, and you will get a pop-up window like the one above. Press the Upload button to upload the screenshot directly to your Zepeto feed.
- Photos are uploaded to your feed along with the default Description text set in the Screenshot prefab. To change the default text, please refer to the How to change the default Description text guide.
Click the Edit button to modify the text of the post before uploading the screenshot to your feed.

- 1: Share Button
- You can share your screenshot.
- 2: Download Button
- You can save your screenshot to your device.
- 3: Exit Button
- You can exit edit mode.
- 4: Preview Window
- You can preview your screenshot.
- 5: Edit Text
- You can modify the text that will be uploaded with your screenshot.
- 6: Upload Button
- You can upload your screenshot and text to your Zepeto feed.

Press the video recording button to start recording. The recording time will be displayed.

When you tap the screenshot icon, the selfie mode icon will appear.

Tap the icon to enter selfie mode.

In selfie mode, the character will look toward the camera. If the camera moves beyond a certain angle, the character will turn back to face forward.
You can take photos or record videos while selfie mode is active.
Tap the selfie mode icon again to exit selfie mode. It will also be turned off automatically when you exit the screenshot feature.
When you upload your screenshot through the Upload button in the pop-up window, it will be uploaded with the default text, '#ZEPETOWorld #ZEPETO #Bildy #World'.

The text in the Description box that appears when you press the Edit button is also the default text, '#ZEPETOWorld #ZEPETO #Bildy #World'.

To change the default Description text, follow the steps below.
In the left Hierarchy window, select Managers > ScreenShot.

In the right Inspector window, press the Open button under the Prefab field to open the ScreenShot Prefab.

In the left Hierarchy window, select ScreenShot > SafeArea > ScreenShot > PreviewPanel > PreviewTextFieldPanel > PreviewInputField.

In the right Inspector window, find the Text field and change the text.

You can see from the example below that the text in the Description box has changed.



If you don't see the screenshot icon on the right side of the play screen as shown above, follow the steps below.
In the left Hierarchy window, select Managers > ScreenShot.

In the right Inspector window, check the left checkbox.


