Allow Sequences that work only with callbacks and without any tween
Closed this issue · 5 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Create a sequence instance
2. Add a call to an AppendCallback(() => Debug.Log("called"));
3. Call sequence.Play();
What is the expected output? What do you see instead?
I'd expect to see the sequence still running and displaying the log. Instead,
it just doesn't run neither can I see it in the DOTween tracker automatically
added to the scene.
What version of the product are you using? On what operating system?
0.9.31
Please provide any additional information below.
Original issue reported on code.google.com by philippe...@indiefreaks.com
on 21 Nov 2014 at 5:24
GoogleCodeExporter commented
Sorry I should've already added this by now. I'm marking it as important and
will 100% put my hands on it next week. Still, I'm moving it from "defect" to
"enhancement" and changing the title, since a tween engine should work with
tweens and having it work without any tween but only with callbacks is an
addition and not a bug that needs fixing (ohmygod I sound such a wise ass here,
I apologize :D)
Original comment by daniele....@gmail.com
on 21 Nov 2014 at 5:34
- Changed title: Allow Sequences that work only with callbacks and without any tween
- Changed state: Accepted
- Added labels: Priority-High, Type-Enhancement
- Removed labels: Priority-Medium, Type-Defect
GoogleCodeExporter commented
Cool! I don't care much either it is a defect or an enhancement :)
I just find Sequence principle such a breeze to use when you need to animate UI
;)
Original comment by philippe...@indiefreaks.com
on 24 Nov 2014 at 2:28
GoogleCodeExporter commented
Voilà :) Let me know if it works ok on your side too (I tested it but an
additional test is always welcome) before I release it officially
Original comment by daniele....@gmail.com
on 25 Nov 2014 at 11:07
- Changed state: FixedAndWaitingForReview
Attachments:
GoogleCodeExporter commented
Hi Daniele,
I played with your fixed version and it worked perfectly for me. Thanks.
Original comment by philippe...@indiefreaks.com
on 25 Nov 2014 at 2:27
GoogleCodeExporter commented
Great! :)
Original comment by daniele....@gmail.com
on 25 Nov 2014 at 6:33
- Changed state: Fixed