Skip to content

Commit 606644e

Browse files
committed
Update README.md
1 parent 3c7574f commit 606644e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ unity_native_plugin::unity_native_plugin_entry_point! {
3939
let intf = unity_native_plugin::interface::UnityInterfaces::get()
4040
.interface::<unity_native_plugin::d3d11::UnityGraphicsD3D11>();
4141
```
42+
43+
## Examples
44+
45+
* [Native code (Rust) rendering plugin example for Unity](https://github.com/aosoft/unity-native-rendering-plugin-example-rs) - a port of ["C++ Rendering Plugin example for Unity"](https://github.com/Unity-Technologies/NativeRenderingPlugin)

0 commit comments

Comments
 (0)