Search Unity

Change animation parameter from android activity

Discussion in 'Animation' started by nader7.p, Mar 22, 2015.

  1. nader7.p

    nader7.p

    Joined:
    Mar 22, 2015
    Posts:
    2
    Hello everyone,
    I'm trying to integrate a Unity scene into an android subview.
    My question is:
    In my Unity project I've created several animation and some parameter which controls transition between states.
    In unity i control those parameter with scripts (like JS or C#) with methods such as SetTrigger().
    How can i call the equivalent "SetTrigger()" method from an android activity (so in Java)?

    Thanks for your answers