CREATE YOUR WORLD
Recording

ScreenShot

14min

Using the screenshot function

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.

TypeScript




The following is the example code using the functions of the screenshot mode in ZepetoWorldContent using RenderTexture.

TypeScript

  • It cannot be checked in the Unity editor mode, but can be checked when playing on the app.



Screenshot

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

How to use the screenshot feature

Document image


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.

Document image

  • 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.



Taking Photos

Document image


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.



Click the Edit button to modify the text of the post before uploading the screenshot to your feed.

Document image

  • 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.



Recording Videos

Document image


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



Selfie Mode

Document image


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



Document image


Tap the icon to enter selfie mode.



Document image


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.



How to change the default Description text

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'.

Document image


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

Document image


To change the default Description text, follow the steps below.

1

In the left Hierarchy window, select Managers > ScreenShot.

Document image

2

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

Document image

3

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

Document image

4

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

Document image




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

Document image

Document image




I don't see the Screenshot icon.

Document image


If you don't see the screenshot icon on the right side of the play screen as shown above, follow the steps below.

1

In the left Hierarchy window, select Managers > ScreenShot.

Document image

2

In the right Inspector window, check the left checkbox.

Document image