Today we’ll continue the series by addressing a nagging problem: how do we build the C++ plugin? With C# we inherit, for better or worse, Unity’s build system where we just edit .cs
files and press the play button. This doesn’t work with C++, so we’ll need to build something similar that’s just as easy to use.