Search Unity

Animation clip freeze my app

Discussion in 'Android' started by bisewski, Mar 22, 2018.

  1. bisewski

    bisewski

    Joined:
    Jan 16, 2014
    Posts:
    304
    Hi everybody.

    I created a simple app, only a simple sphere with a simple script to move it with finger.

    No problems ultil here. But to continue my tests, I created an animation clip and a Animator. I didnt create any frames in my clip, I tried again my app and it worked without issues.

    But when I created one simple moviment in this clip, only change the z direction in 30 frames, My app freeze in android. This sphere not more can be moved with the finger...

    What I am doing wrong?

    I am using 2017.1.1 and Android 6.0

    EDIT1: Function correctly in webgl...Only in android...
     
    Last edited: Mar 22, 2018
  2. bisewski

    bisewski

    Joined:
    Jan 16, 2014
    Posts:
    304
    Solved...My fault. Static was selected. In webgl worked but not in android.