Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Animatoin in Tiny Mode

Discussion in 'Project Tiny' started by HosseinSrz, Aug 17, 2019.

  1. HosseinSrz

    HosseinSrz

    Joined:
    Jun 24, 2016
    Posts:
    18
    hi guys
    I want to have an animation like the one below, which Move object in a fixed curve path , but so far I couldn't !

    anim.png
    please help me , Thanks !
     
  2. dusanp9

    dusanp9

    Joined:
    Nov 15, 2017
    Posts:
    2
    Animator and unity animations dont work in tiny mode yet.What you can do is to have png sequence of animation and use sprite sequencePlayer in tiny mode
     
    HosseinSrz likes this.
  3. Lun47

    Lun47

    Joined:
    Jul 6, 2019
    Posts:
    4
    How about translate the red cube allow the 4 points on the edge
    Try do set the cube‘s Position in Update
     
    HosseinSrz likes this.
  4. HosseinSrz

    HosseinSrz

    Joined:
    Jun 24, 2016
    Posts:
    18
    Thanks
    Resolved!

    I was able to do this using the Bazir equation.