Skip to content

Commit a127cc1

Browse files
authored
Merge pull request #21 from Pico-Developer/main
Update README.md
2 parents 0c9b3f4 + 9230395 commit a127cc1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ Required PICO device's system version: 5.13.0 or later (PICO Neo3 and PICO 4 ser
55
The newly added content is as follows:
66
| **Module** | **Description** |
77
| --- | --- |
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. |
1212
| 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. |
1414
| 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. |
1515
Below are the changes to APIs:
1616
| **Class** | **API** | **What's changed** |
1717
| --- | --- | --- |
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. |
1919
| | GetSeeThroughTrackingState | Deprecated. |
2020
| | UseGlobalPose | Deprecated. |
21-
| [PXR_FoveationRendering](/reference/unity/client-api/PXR_FoveationRendering/) | SetFoveationParameters | Deprecated. |
22-
| [PXR_HandTracking](/reference/unity/client-api/PXR_HandTracking/) | GetSettingState | Deprecated. |
23-
| [PXR_Input](/reference/unity/client-api/PXR_Input/) | GetDominantHand | Deprecated. |
21+
| [PXR_FoveationRendering](https://developer.picoxr.com/reference/unity/client-api/PXR_FoveationRendering/) | SetFoveationParameters | Deprecated. |
22+
| [PXR_HandTracking](https://developer.picoxr.com/reference/unity/client-api/PXR_HandTracking/) | GetSettingState | Deprecated. |
23+
| [PXR_Input](https://developer.picoxr.com/reference/unity/client-api/PXR_Input/) | GetDominantHand | Deprecated. |
2424
| | SetDominantHand | Deprecated. |
2525
| | SetControllerVibration | Deprecated. |
2626
| | SetControllerVibrationEvent | Deprecated. |
@@ -52,7 +52,7 @@ Below are the changes to APIs:
5252
| | StopHapticStream | Deprecated. |
5353
| | RemoveHapticStream | Deprecated. |
5454
| | AnalysisHapticStreamPHF | Deprecated. |
55-
| [PXR_MotionTracking](/reference/unity/client-api/PXR_MotionTracking/) | WantEyeTrackingService | Deprecated. |
55+
| [PXR_MotionTracking](https://developer.picoxr.com/reference/unity/client-api/PXR_MotionTracking/) | WantEyeTrackingService | Deprecated. |
5656
| | WantFaceTrackingService | Deprecated. |
5757
| | GetFaceTrackingSupported | Deprecated. |
5858
| | StartFaceTracking | Deprecated. |
@@ -92,7 +92,7 @@ Below are the changes to APIs:
9292
| | GetExtDevTrackerByPassData | Deprecated. Please use `GetExpandDeviceCustomData` instead. |
9393
| | GetExtDevTrackerBattery | Deprecated. Please use `GetExpandDeviceBattery` instead. |
9494
| | GetExtDevTrackerKeyData | Not supported. |
95-
| [PXR_System](/reference/unity/client-api/PXR_System/) | SetExtraLatencyMode | Not supported. |
95+
| [PXR_System](https://developer.picoxr.com/reference/unity/client-api/PXR_System/) | SetExtraLatencyMode | Not supported. |
9696
| | EnableFaceTracking | Not supported. |
9797
| | EnableLipSync | Not supported. |
9898
| | GetFaceTrackingData | Not supported. |

0 commit comments

Comments
 (0)