I have a self produce IOS Plugin , and I wonder how to use UnitySendMessage to send data from native IOS to Unity , since in my plugin that methods seems not available ? Did I need to import some library ?
there is a prototype in Classes/Unity/UnityInterface.h
if you want fully self-contained lib just copy prototype to your files
Thank you