PANCAKE Unity SDK Introduction
The PANCAKE Unity SDK is a software development kit developed based on the Unity engine. The SDK encapsulates a range of functionality involving rendering, input, mixed reality, and more. After importing the SDK in the Unity editor, the SXR Plugin (openxr) folder (shown below) appears under the Package directory, containing the following two subfolders:
Subfolder | Description |
---|---|
Editor | Contains SDK main function scripts and editor function scripts. |
Runtime | Contains Runtime related files and scripts. |
If you want to know the latest developments of the SDK, please read the Developments chapter; if you want to know the details of the features of the SDK, please read the Development chapter.