Home

Awesome

Native code (C++) rendering plugin example for Unity

This sample demonstrates how to render and do other graphics related things from a C++ plugin, via a native plugin interface.

Unity versions:

The plugin itself does very few things:

Native code rendering is implemented for several platforms and graphics APIs:

Code is organized as follows:

What license are the graphics samples shipped under?

Just like with most other samples, the license is MIT/X11.