Spine - Unity Tutorial: How to Mix Between Two Animations

In this tutorial I'll show you how to seamlessly blend between two Spine 2D animations in Unity. I'll also show how to use Spine-Unity runtime methods like AddAnimation() and SetSkin().
Hope you'll find it useful! 👍
LINKS:
►How to Export Animation From Spine and Import Into Unity:
• Player Controller PART...
►Spine-Unity Runtime Official Package:
esotericsoftware.com/spine-uni...
_______________________
FOLLOW US
►Instagram:
/ thinkcitric
►Twitter:
/ citricthink
_______________________
MUSIC
Beach Buggy Ride by SIRPRICE / sirpricedj
Creative Commons - Attribution 3.0 Unported- CC BY 3.0
creativecommons.org/licenses/b...
Music promoted by Audio Library • Beach Buggy Ride - Ele...
#unity2d #unitytutorial #spine2d #madewithunity #tutorial #howto #thinkcitric #gamedev #gamedevelopment #unity2019 #spinetutorial #spineanimation

Пікірлер: 15

  • @stuff3862
    @stuff38624 жыл бұрын

    I am so happy this is possible with Spine, Im going to buy it now for sure.

  • @ThinkCitric
    @ThinkCitric4 жыл бұрын

    Since many of you have asked, I've created a few Udemy courses on Spine! 💛 ► Spine Essential course: www.udemy.com/course/learn-2d-character-animation-for-games-in-spine-essential/?referralCode=828AEA929E30837D1F4F ► Spine Pro course: www.udemy.com/course/spine-pro-a-complete-2d-character-animation-guide/?referralCode=84DB13BBD24AC645D6EA

  • @devmah
    @devmah2 жыл бұрын

    i have an animation walk and i want to slow it down 0.4s after it goes to run. walk -> 0.4s->run. I'm a newbie, please help me!

  • @panpam-educar-jugando
    @panpam-educar-jugando4 жыл бұрын

    A tutorial about multiskin in Spine would be great! You would make me really happy! ;)

  • @ThinkCitric

    @ThinkCitric

    4 жыл бұрын

    Thank you for your feedback! :) What kind of tutorial will be more helpful: how to configure skins in Spine, how to use them in Unity or how to mix between multiple skins?

  • @panpam-educar-jugando

    @panpam-educar-jugando

    4 жыл бұрын

    Thanks for your reply! :) About what is more helpful it's hard to choose one of the three options... I am a really begginer in Spine but not in Unity. Would be great if in your next videos tutorials you could explain the 3 concepts: how to configure, how to use and how to mix... You will have a friend in Spain forever and ever!! :)

  • @ThinkCitric

    @ThinkCitric

    4 жыл бұрын

    Okay, will add these topics to the list of future tutorials then :)

  • @panpam-educar-jugando

    @panpam-educar-jugando

    4 жыл бұрын

    Great!!! Thanks!! ;)

  • @ThinkCitric

    @ThinkCitric

    4 жыл бұрын

    Hey, I've just published a tutorial on skins, would love to hear your feedback! :)

  • @mikef4965
    @mikef49654 жыл бұрын

    Mb better use disable 2d component versus boolean checking every collide time?

  • @ThinkCitric

    @ThinkCitric

    4 жыл бұрын

    Maybe. Can you please share an example of what do you mean?

  • @suryaasmoro6670
    @suryaasmoro66703 жыл бұрын

    Ah, so helpful. im going to stick with you around for a while! be ready ^^d

  • @sci-factmysticland826
    @sci-factmysticland8264 жыл бұрын

    why do i need coding to make it ? isnt it possible to make without coding?

  • @ThinkCitric

    @ThinkCitric

    4 жыл бұрын

    You can try importing Spine animation into Unity scene using Skeleton Mecanim (or Skeleton Animator) option, and use Unity animation system with layers. However, Esoteric Software provide very little information and examples for this option, they count on that you already know how to use Unity animation system. I didn't try Skeleton Mecanim myself, it was faster for me to write a little script.