I would like to write a plugin for Unity, but I'm not sure where I can get the proper API/head start beyond the "Hello, World", which I know how to do by linking the code. I want to add some advanced features, like Physics, by manipulating a mesh. How do I reference/create meshes, vertices, and faces and attach them into one mesh with a plugin?
↧