|
|
Figments.nrw currently runs on Windows-PCs, Linux Servers and on Standalone-VR Headsets using Android.
|
|
|
It is build on the OpenXR framework to support VR headsets of different vendors, see [Supported Devices](Features/Supported-Devices).
|
|
|
|
|
|
---
|
|
|
|
|
|
## Building for different targets
|
|
|
|
|
|
You can (and probably should) use pre-compiled binaries and not run Figments.nrw directly in the Unity Editor for any real-world scenarios.
|
|
|
To guide you through the process of building to different targets please see the following articles:
|
|
|
|
|
|
1. [Build for Windows](Development/Build/Windows)
|
|
|
2. [Build for Android](Development/Build/Android)
|
|
|
- [Custom Android Manifest](Development/Build/Android-Manifest)
|
|
|
3. [Build for Linux (Only for Servers)](Development/Build/Linux)
|
|
|
|
|
|
---
|
|
|
|
|
|
After building your version of Figments.nrw, feel free to check out our articles covering the [Deployment](Development/Deployment) of these executables, e.g. by creating installers or sideloading to standalone devices. |