This article records the changes to the PICO Unity Integration SDK in version 3.1.0.
Download the latest version of the PICO Unity Integration SDK from the Download screen.
Released on: February 18, 2025 Required PICO device's system version: 5.12.0 or later Add
Module | Details |
---|---|
General | Supported the macOS operating system. |
Supported Unity 6. | |
Supported XR Interaction Toolkit 3.x. | |
Supported AR Foundation 6.0. | |
Project Validation | The Project Validation functionality supported validating the following: * Whether the "Write Permission" parameter is set to "External( SDCard)" and Android API's version is later than 32. * Whether the current Unity version being used is supported by the current version of SDK. * Whether the URP package has been downloaded but not configured or used. If so, an error will be reported. * When URP is enabled, check whether the Main Camera in the current scene has Video Seethrough set and whether post processing has been enabled for the Main Camera. If both conditions are met, an error will be reported. * Whether the Fixed Foveated Rendering functionality is enabled while using URP. If so, an error will be reported. * Whether the "Target Architectures" parameter is set to "ARM64" and the "Scripting Backend" parameter is set to "IL2CPP". If not, an error will be reported. * When Application SpaceWarp (AppSW) is enabled, check whether the current Unity version is 2021 LTS or later. If not, an error will be reported. * Whether the number of composition layers in the current scene exceeds 7, which is the supported maximum. If so, an error will be reported. * Whether the number of composition layers in the current scene exceeds 4, which is the recommended number. If so, an error will be supported. * When the Late Latching functionality is enabled, check whether the current Unity version is 2021.3.19f or later and is earlier than 2022. * Whether composition layers and the Late Latching functionality are used simultaneously in the current project. * Whether the Super Resolution and Subsampling functionalities are used simultaneously in the current project. * Whether the Sharpening and Subsampling functionalities are used simultaneously in the current project. * When the current project uses Unity 6, URP, OpenGLES, and Multipass, check whether MSAA is disabled. If it is not disabled, an error will be reported. * If the current project uses Vulkan and MRC, check whether the "Color Space" parameter is set to "Linear". If not, an error will be reported. |
Rendering | Supported enabling Super Resolution, Subsampling, and Sharpening for compostion layers. For more information, refer to this article. |
Sense Pack | * Spatial Anchor: * Added the PXR_Spatial Anchor (Script) component for easier management of spatial anchors' lifecycle, including creating, updating, persisting anchors, and more. * Added the QuerySpatialAnchorObjectsAsync API to query the GameObjects that have the PXR_Manager (Script) component added to them. * Added the SpatialAnchor prefab for easier creation of spatial anchors. * Scene Capture: Added the PXR_Scene Capture Manager (Script) component for easier integration of the Scene Capture functionality. This component also supports previewing scene capture data using a JSON file generated by the "Room Capture" app. * Spatial Mesh: The PXR_Spatial Mesh Manager (Script) component is updated as follows:: * Supported configuring callback functions for Unity Event. * Supported customizing colors for spatial meshes. |
Building Blocks | PICO Building Blocks system is updated as follows: * Supported setting up PICO's Body Tracking, Body Tracking Debug, and Object Tracking functionalities with one click. * Supported XR Interaction Toolkit 3.0. |
Enterprise Service | Added the following APIs, which only supports PICO 4 Ultra Enterprise: * OpenCameraAsyncfor4U : Opens the camera. After the camera is opened, you can use the APIs for retrieving camera data and more. * Configurefor4U : Configures camera parameters. * Configurefor4U : Uses the default camera settings. The default frame rate is 60fps. * StartPreviewfor4U : Renders content to the specified surface with the specified PXRCaptureRenderMode. * SetCameraFrameBufferfor4U : Sets a frame buffer for the camera. The frame buffer is used to store image data with specified width and height. * StartGetImageDatafor4U : Starts getting image data with the specified PXRCaptureRenderMode. * CloseCamerafor4U : Closes the camera. * GetCameraIntrinsicsfor4U : Gets the values of the intrinsic parameters (cx, cy, fx, fy) for the camera. These values are calculated based on the width, height, horizontal FOV, and vertical FOV you specify. * GetCameraExtrinsicsfor4U : Gets the extrinsic parameters for the camera. * GetCameraParametersNewfor4U : Gets the values of the cameras' intrinsic and extrinsic parameters. The values are calculated based on the width and height you specify. |
Change | |
Module | Details |
--- | --- |
General | The SDK only supports developing 64-bit apps. |
The "PXR_SDK" option on the top menu bar is changed to "PICO". | |
Interaction | Tracking Origin: The "Stage Mode" checkbox on the PXR_Manager (Script) panel is checkable only when the "Tracking Origin Mode" parameter is set to "Floor". |
Known issues | |
For Unity 2022 and above, if you are using OpenGLES and MultiView in your project and have added the Universal Render Pipeline but are not using it, you should actively remove the URP package, remove the current light and add a new one. Otherwise, the app may crash during runtime. |