Search Unity

Bidirectional message sending and receiving from Android-Studio and Unity [RESOLVED]

Discussion in 'Android' started by MRKane, Sep 2, 2015.

  1. MRKane

    MRKane

    Joined:
    Oct 4, 2012
    Posts:
    54
    Hello all,

    We're trying to embed a Unity player in an Android-Studio project (native) with Unity exporting as a Google Android Project (unity) which is in a module as it has to do more than just play. While we've been able to send a message from the native side to unity, despite trying many approaches, we cannot send a message from simple unity project to native.

    Unity documentation on this is painfully lacking and doesn't work with the latest updates to both systems and we really need a solution here so any suggestions are more than welcome.
     
  2. bitter

    bitter

    Unity Technologies

    Joined:
    Jan 11, 2012
    Posts:
    530
    MRKane likes this.
  3. MRKane

    MRKane

    Joined:
    Oct 4, 2012
    Posts:
    54
    Thank you for the reply there! We didn't end up doing that but after a few late nights found a bit of a mangled way to do it with the project. The modular systems we'd setup turned out to be a bit of an Achilles heel in this case.