Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/StephenHodgson/Native-Unity-API
C++ Headers for Unity Native Plugins
https://github.com/StephenHodgson/Native-Unity-API
ar augmented-reality cpp graphics header-files mixed-reality native native-development unity unity-editor unity3d unity3d-plugin virtual-reality vr xr
Last synced: 3 months ago
JSON representation
C++ Headers for Unity Native Plugins
- Host: GitHub
- URL: https://github.com/StephenHodgson/Native-Unity-API
- Owner: StephenHodgson
- License: other
- Created: 2020-09-01T15:39:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-09-01T16:14:46.000Z (over 4 years ago)
- Last Synced: 2024-10-04T15:31:47.385Z (4 months ago)
- Topics: ar, augmented-reality, cpp, graphics, header-files, mixed-reality, native, native-development, unity, unity-editor, unity3d, unity3d-plugin, virtual-reality, vr, xr
- Language: C++
- Homepage:
- Size: 55.7 KB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Native-Unity-API
C++ Headers for Unity Native Plugins for creating your own native plugins inside the [Unity 3d Game Editor](https://unity.com).
I havn't tested this out on every version of the editor, so best bet is to only use it for 2019.4+
## Contents
- Native Graphics APIs
- [Examples can be found here](https://github.com/Unity-Technologies/NativeRenderingPlugin)
- XR Subsystem APIs
- [Example implementation can be found here](https://github.com/googlevr/cardboard)## License
These files are provided as is, and are licensed under the [Unity Companion License](LICENSE.md).