Animate With Ease Using DOTween || Unity Tutorial

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024

Комментарии • 9

  • @jamestanubrata6782
    @jamestanubrata6782 4 месяца назад +1

    Thats so cool, you should make more videos related the use of dotween

    • @freedomcoding
      @freedomcoding  4 месяца назад

      I am glad you like it. Do you have any ideas for what related to DOTween you would want to see next?

    • @jamestanubrata6782
      @jamestanubrata6782 4 месяца назад

      @@freedomcoding try how use timeline with dotween like like making cutscene using dotween

    • @freedomcoding
      @freedomcoding  4 месяца назад

      @@jamestanubrata6782 That sounds interesting. I haven't thought about that.

  • @disobedientdolphin
    @disobedientdolphin 4 месяца назад

    Nice video, I'll save that for later!
    But you can see a bug: The saw blade changes the rotation speed depending on in which direction it is moved (slower in one direction, faster in the other).

    • @freedomcoding
      @freedomcoding  4 месяца назад

      Thanks! I am glad you like it. I also noticed that but I think it is just a visual illusion. There is no reason (at least I think) why the speed should change.

  • @Vellar92
    @Vellar92 4 месяца назад +1

    Just a friendly reminder, take a look at recycle tweens in dotween preferences. Also, be careful with managing DOTween callbacks and scene changes. It is an awesome tool to use in any project :)

    • @freedomcoding
      @freedomcoding  4 месяца назад

      Thanks for noting that. Sounds like a great feature! You mean that I should unsubscribe the listener OnDisable etc right? And by scene changes you mean that I should kill the tween when changing scenes?

    • @Vellar92
      @Vellar92 4 месяца назад

      ​@@freedomcoding Exactly!