Thats so cool, you should make more videos related the use of dotween
@freedomcoding5 ай бұрын
I am glad you like it. Do you have any ideas for what related to DOTween you would want to see next?
@jamestanubrata67825 ай бұрын
@@freedomcoding try how use timeline with dotween like like making cutscene using dotween
@freedomcoding5 ай бұрын
@@jamestanubrata6782 That sounds interesting. I haven't thought about that.
@disobedientdolphin5 ай бұрын
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).
@freedomcoding5 ай бұрын
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.
@Vellar926 ай бұрын
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 :)
@freedomcoding5 ай бұрын
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?