Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道如何使用“AndroidJavaClass”和“AndroidJavaObject”从统一调用android函数
但是我不知道并且想知道的是-如何从android java插件调用统一代码中存在的函数?
如何从 Android 插件调用统一 C# 函数?
尝试这个:
UnityPlayer.UnitySendMessage("gameobjectname", "methodname", "message");