I am working on some Unity projects which get the data from c++ code, and I would like to create some dll as a plugin for Unity.
On windows it is a very easy task to make c++ dll in Visual Studio, but on OS X I can't find any solution.
Visual Studio Community for Mac and Visual Studio Code can't build dll for c++.
Does anyone know how to create native c++ dll for Unity project?
↧