Writing unity plugins
The first thing we need to do is gain an understanding of what a plugin is for Unity before we can create and dissect a very simple plugin for Unity.
What is a plugin?
A plugin is a dll file that stores code written in a different programming language that is a base implementation of some event that needs to be executed or in the same language that gives the base implementation of core code that functions as a library or non-changeable event.
Now, this is a very simplistic definition, but we can do better by explaining what they can do for the developer, or a developer who wants to utilize code you have written. Plugins allow a developer to extend existing code without having to trudge through the source library by accessing ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access