Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

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:
    906
    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.