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 2022.3.34f1)
Caution
Packages that are not listed cannot be used for developing ZEPETO World.
Packages | Version | Type |
---|---|---|
com.unity.toolchain.macos-x86_64-linux-x86_64 | 0.1.22-preview | Preview |
com.unity.analytics | 3.5.3 | Verified |
com.unity.editorcoroutines | 1.0.0 | Verified |
com.unity.ide.rider | 2.0.7 | Verified |
com.unity.ide.visualstudio | 2.0.7 | Verified |
com.unity.ide.vscode | 1.2.3 | Verified |
com.unity.inputsystem | 1.0.2 | Verified |
com.unity.postprocessing | 3.1.1 | Verified |
com.unity.scriptablebuildpipeline | 1.15.2 | Verified |
com.unity.test-framework | 1.1.24 | Verified |
com.unity.textmeshpro | 3.0.6 | Verified |
com.unity.timeline | 1.5.4 | Verified |
com.unity.xr.arfoundation | 4.1.9 | Verified |
com.unity.xr.arkit | 4.0.12 | Verified |
com.unity.xr.arkit-face-tracking | 4.0.12 | Verified |
com.unity.xr.arsubsystems | 4.1.9 | Verified |
com.unity.xr.legacyinputhelpers | 2.1.7 | Verified |
com.unity.xr.management | 4.0.7 | Verified |
com.unity.ext.nunit | 1.0.6 | Verified (2019.4) |
com.unity.subsystemregistration | 1.1 | Verified (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 2022.3.34f1)
Caution
For unlisted attributes, the feature is not available when developing ZEPETO World.
Attribute | Description |
---|---|
HideInInspector | Avoids displaying Public variables in the Inspector. |
NonSerialized | Avoid 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. |
SerializeField | Displays the Private, Protected variables in the Inspector. |
Header | You can set a title above the variables displayed in the Inspector. |
Space | You can create a gap between the variables displayed in the Inspector. |
Tooltip | You 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]