Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Darcy

Pages: [1]
1
DOTween & DOTween Pro / Re: Upgrading from 2012
« on: May 28, 2015, 12:12:42 AM »
 I think the issue was a combination of running tweens with the same target/attrs like you said, and our OnComplete callbacks. In any case, I cleaned up some code, got DOTween running in parallel with HOTween, and now the bug is fixed.

Thanks for the awesome support! I'll definitely be back to bother you with silly newb questions.

2
DOTween & DOTween Pro / Re: Upgrading from 2012
« on: May 27, 2015, 04:04:27 AM »
Thanks for the quick reply!

My issue is that it seems like some of our tweens get interrupted and never complete if another tween is activated while the first is still resolving. I'm having a hard time debugging the problem; a long-gone engineer installed HOTween and I hardly know a thing about it.

Anyway, I figured it might be a good time to upgrade to DOTween in case the bug wasn't caused by something we are doing. Unfortunately, TweenEvent no longer exists (we used it heavily in our code) and doesn't exist in the documentation as deprecated. So it looks like in order to get DOTween working, it's going to take a bit more than a search-and-replace to get this integrated.

3
DOTween & DOTween Pro / Upgrading from 2012
« on: May 26, 2015, 08:58:12 PM »
Hi all. A bit of background on my issue: my team is on a version of HOTween from 2012, and due to a pretty serious bug we've encountered, I've decided that maybe upgrading to DOTween will help eliminate the problem.

Is there a guide / tips for upgrading from Ye Olde HOTween to DOTween? Thanks!

Edit: found this: http://blog.demigiant.com/?p=375

Still trying to work through it, since it doesn't quite address my problem with TweenEvent being gone.

Pages: [1]