Texture Plugin

This project demonstrates how to make your own C++ plugins to extend Unity's base functionality.

About

If you need to interface with custom hardware, device drivers or just happen to have a large library of existing C++ code you want to reuse, Unity will let you do this using custom plugins. This project demonstrates how to generate a texture from C++ and use it in Unity.

Note

Plugins are a Unity Pro-only feature