You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,22 @@ Required PICO device's system version: 5.13.0 or later (PICO Neo3 and PICO 4 ser
5
5
The newly added content is as follows:
6
6
|**Module**|**Description**|
7
7
| --- | --- |
8
-
| General | Added the [PICO XR Portal](/document/unity/pico-xr-portal) - a developer portal consisting of four sections: Configs, Tools, Samples, and About. |
9
-
||[Project Validation](/document/unity/project-validation/) supported checking the following settings: <br> <br> * When using Unity6, check if the current project has the **Run In Background** option checked. If not, report an error. <br> * Check if the **MRC** checkbox is checked in the **PXR_Manager (Script)** panel. If not, report an error. <br> * Verify if the **Display Refresh Rates** parameter is set to **Default**. If not, report an error. <br> * When using Vulkan, check if the **Optimize Buffer Discards** option is checked. If not, report an error. |
10
-
||[PICO Building Blocks](/document/unity/pico-building-blocks) supported setting up the following: <br> <br> * Spatial Audio: free field <br> * Spatial Audio: ambisonics |
11
-
| Rendering | Added the `UPxr_SetSuperResolutionOrSharpening` API for dynamically enabling and disabling the [Super Resolution](/document/unity/super-resolution) and [Sharpening](/document/unity/sharpening) functionalities. |
8
+
| General | Added the [PICO XR Portal](https://developer.picoxr.com/document/unity/pico-xr-portal/) - a developer portal consisting of four sections: Configs, Tools, Samples, and About. |
9
+
||[Project Validation](https://developer.picoxr.com/document/unity/project-validation/) supported checking the following settings: <br> <br> * When using Unity6, check if the current project has the **Run In Background** option checked. If not, report an error. <br> * Check if the **MRC** checkbox is checked in the **PXR_Manager (Script)** panel. If not, report an error. <br> * Verify if the **Display Refresh Rates** parameter is set to **Default**. If not, report an error. <br> * When using Vulkan, check if the **Optimize Buffer Discards** option is checked. If not, report an error. |
10
+
||[PICO Building Blocks](https://developer.picoxr.com/document/unity/pico-building-blocks) supported setting up the following: <br> <br> * Spatial Audio: free field <br> * Spatial Audio: ambisonics |
11
+
| Rendering | Added the `UPxr_SetSuperResolutionOrSharpening` API for dynamically enabling and disabling the [Super Resolution](https://developer.picoxr.com/document/unity/super-resolution) and [Sharpening](https://developer.picoxr.com/document/unity/sharpening) functionalities. |
12
12
| Sense Pack | Added the following APIs for getting the progress of uploading and downloading shared spatial anchors: <br> <br> * `UploadSpatialAnchorWithProgressAsync`: Upload spatial anchors and get the upload progress. <br> * `DownloadSharedSpatialAnchorWithProgressAsync`: Download shared spatial anchors and get the download progress. |
13
-
| SecureMR | Added [SecureMR](/document/unity/securemr-overview) capabilities, which enables secure, AI-powered mixed reality use cases while maintaining rigorous protection of user data and privacy. |
13
+
| SecureMR | Added [SecureMR](https://developer.picoxr.com/document/unity/securemr-overview) capabilities, which enables secure, AI-powered mixed reality use cases while maintaining rigorous protection of user data and privacy. |
14
14
| Enterprise services | Added the following APIs: <br> <br> * `SetDeviceOwner`: Sets an app as the device owner app. <br> * `GetDeviceOwner`: Gets the device owner app. <br> * `SetBrowserHomePage`: Sets a home page for the browser. <br> * `GetBrowserHomePage`: Gets the home page of the browser. <br> * `SetMotionTrackerAutoStart`: Sets the capability for the PICO Motion Tracker to automatically power on when plugged in. <br> * `AllowWifiAutoJoin`: Enables the device to automatically join WiFi. <br> * `GetLargeSpaceBoundsInfoWithType`: Gets the bound information of the large space. |
15
15
Below are the changes to APIs:
16
16
|**Class**|**API**|**What's changed**|
17
17
| --- | --- | --- |
18
-
|[PXR_Boundary](/reference/unity/client-api/PXR_Boundary)| GetDimensions | Currently, only supported to be called at the StageLevel. |
18
+
|[PXR_Boundary](https://developer.picoxr.com/reference/unity/client-api/PXR_Boundary)| GetDimensions | Currently, only supported to be called at the StageLevel. |
0 commit comments