Unity Plugin
在Assets文件夹下,创建plugins(不区分大小写)文件夹下。Unity会默认此文件夹下内容为plugin
在plugins文件夹下,分别创建iOS和Android文件夹。Unity会默认为各个平台的libary
java需要用到AndroidJavaClass
https://docs.unity3d.com/ScriptReference/AndroidJavaClass-ctor.html
iOS需要用到dll并用
[DllImport("__Internal")]
private static extern void _method_name( string agr );
视频教程:https://unity3d.com/cn/learn/tutorials/topics/scripting/writing-plugins