850176300 / dotween

Automatically exported from code.google.com/p/dotween
0 stars 0 forks source link

Allow Sequences that work only with callbacks and without any tween #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 8 years ago
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

GoogleCodeExporter commented 8 years ago
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 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
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 8 years ago
Great! :)

Original comment by daniele....@gmail.com on 25 Nov 2014 at 6:33