unity_native 0.3.0

A Rustified wrapper around the Unity Native Plugin API
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Unity native

A Rust-native wrapper and reimplementation of the Unity Native Plugin API, with the goal of simplifying the integration of Rust within Unity projects.

## Licensing

The Rust bindings to the Unity Native Plugin API have been generated through bindgen from the raw C headers, which fall under the Unity Companion License (see [the license file](./LICENSE_UNITY))

## Usage

This crate is currently under active and early development. Documentation to come!