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.

Tiny2D Animations && Colliders

Discussion in 'Project Tiny' started by ikalinin911, Nov 9, 2020.

  1. ikalinin911

    ikalinin911

    Joined:
    Mar 18, 2020
    Posts:
    5
    Please help me to understand how to set animations and colliders in Tiny2D project. Everything that I managed to find does not work in the current version of Project Tiny.
     
  2. Ted_Wikman

    Ted_Wikman

    Unity Technologies

    Joined:
    Oct 7, 2019
    Posts:
    848
    Hello @ikalinin911
    In Tiny 0.31, we do not support sprite swapping using the built in animation tool. You can however do this yourself. Have a look at how we implemented the explosion animation in TinySpaceship for inspiration.

    For colliders, what does not seem to work? Note that we do not support collision response, however, you can implement your own by implementing your own collision check. For more information about the 2D physics package, have a look at the 2D Entities Physics package documentation.