Studio GuideWorld SDK Guide
Log In

List of Unity Functions Available at ZEPETO World

List of Unity Packages Available at ZEPETO World

Below is a list of preview packages and verified packages supported in ZEPETO World. (as of Unity version 2020.3.9f)

❗️

Caution

Packages that are not listed cannot be used for developing ZEPETO World.

PackagesVersionType
com.unity.toolchain.macos-x86_64-linux-x86_640.1.22-previewPreview
com.unity.analytics3.5.3Verified
com.unity.editorcoroutines1.0.0Verified
com.unity.ide.rider2.0.7Verified
com.unity.ide.visualstudio2.0.7Verified
com.unity.ide.vscode1.2.3Verified
com.unity.inputsystem1.0.2Verified
com.unity.postprocessing3.1.1Verified
com.unity.scriptablebuildpipeline1.15.2Verified
com.unity.test-framework1.1.24Verified
com.unity.textmeshpro3.0.6Verified
com.unity.timeline1.5.4Verified
com.unity.xr.arfoundation4.1.9Verified
com.unity.xr.arkit4.0.12Verified
com.unity.xr.arkit-face-tracking4.0.12Verified
com.unity.xr.arsubsystems4.1.9Verified
com.unity.xr.legacyinputhelpers2.1.7Verified
com.unity.xr.management4.0.7Verified
com.unity.ext.nunit1.0.6Verified (2019.4)
com.unity.subsystemregistration1.1Verified (2019.4)

List of Unity Attributes supported by ZEPETO World

This is a list of Unity Attributes supported by ZEPETO World. (as of Unity version 2020.3.9f)

❗️

Caution

For unlisted attributes, the feature is not available when developing ZEPETO World.

AttributeDescription
HideInInspectorAvoids displaying Public variables in the Inspector.
NonSerializedAvoid displaying Public variables in the Inspector.


Even if you modified the value in the Inspector before, the initial value set in the script is applied without retaining the value.
SerializeFieldDisplays the Private, Protected variables in the Inspector.
HeaderYou can set a title above the variables displayed in the Inspector.
SpaceYou can create a gap between the variables displayed in the Inspector.
TooltipYou can create the tooltip that appears when you hover your mouse cursor over the variable displayed in the Inspector.

📘

Please refer to the following guide. [Property]