I made it by following steps: Integrating Unity and Eclipse. Can I call functions (that I created with JavaScript or C# in Unity) with the Android SDK or NDK and the other way around? There are an interface between UnityPlayer and Android SDK or NDK?

link|improve this question

Please fix your accept rate – Kay Feb 6 at 12:33
1  
ok I'm done, thanks. – Oli Feb 6 at 12:50
feedback

1 Answer

up vote 1 down vote accepted

No, You can't call JavaScript or C# functions in Eclipse , On the contrary you can use native android functions in unity3d by integrating Unity with Eclipse.

link|improve this answer
Do you have an example (a function call)? – Oli Feb 8 at 12:11
2  
It is still possible to call C# functions in Eclipse with UnityPlayer.UnitySendMessage("GameObjectName1", "MethodName1", "Message to send"); – Oli Feb 13 at 16:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.