Welcome to the XRSPACE Developer Portal
Here you will find
● XRSPACE Unity Runtime SDK
● All relevant documentations
Runtime SDK Version: 1.1.6
Update time: 2021-02-22
Environment:
● Orientation: Landscape Left
● SDK tool: 26.1.1
● Build tool: 27.0.3
● Min SDK: 25
● Max SDK: 27
● Target SDK: 27
● ROM: 1.13.1971.30
Remote:
● Add XRRecordingRemote.StartRecord for starting video recording. The recording task can only start once before recording stop. Be sure to add android write external storage permission for file saving.
● Add XRRecordingRemote.StopRecord for stopping video recording.
● Add XRRecordingRemote.GetRecordState getting recording state.
● Add event XRRecordingRemote.OnRecordStateChanged triggered when recording state changed.
● Add XRScreenshotRemote.DoScreenshot for taking screen shot. Be sure to add android write external storage permission for file saving.
● Add event XRScreenshotRemote.OnScreenshotEnd triggered when screen shot finished.