1
DOTween & DOTween Pro / Re: Sequence - basic usage verification
« on: February 04, 2016, 09:18:53 AM »
DoTween is indeed a fantastic tool. I come from a flash background, tested most tween libs for unity and glad to discover DOTween. It feels like what I was using in flash (gsap: or greensock)
I once done it in a similar fashion and got great results.
a recent / current project is doing this aswel.
The only difference is that I most of the time use Switches as for my purposes it seem to perform faster (it's especially noticeable when a lot of things are going on)
But I don't consider myself a pro. It's some research and having hardcore coding friends who often talk nerdish to me
However here's an article that seem to state this too: http://www.blackwasp.co.uk/SpeedTestIfElseSwitch.aspx
Maybe Daniele can confirm this usage for conditionals.
All the best
I once done it in a similar fashion and got great results.
a recent / current project is doing this aswel.
The only difference is that I most of the time use Switches as for my purposes it seem to perform faster (it's especially noticeable when a lot of things are going on)
But I don't consider myself a pro. It's some research and having hardcore coding friends who often talk nerdish to me
However here's an article that seem to state this too: http://www.blackwasp.co.uk/SpeedTestIfElseSwitch.aspx
Maybe Daniele can confirm this usage for conditionals.
All the best