I have a very tiny Objective-C library built for iOS and I want to export it to Unity. I understand the basic process of writing a csharp wrapper that marshals all the invoc
I have written a post on how to create iOS plugin for unity. You can check it here. Hope it helps. Thanks.