khangnhfuky / hotween

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

Tweens playing automatically, even when 'Auto' turned off #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. At the beginning of the project (with Unity free), everything was working 
fine, then I switched to Unity Pro trial version.

2. Now all the tween I made in HOTween visual editor is running when I start 
the game, even when I turn the 'Auto' off.

What is the expected output? What do you see instead?
The tween which are not marked as 'Auto' should not play when the game starts, 
It should only play when it is called

What version of the product are you using? On what operating system?
I am using HOtween v1.3.380 and HOTween Editor v1.1.280 and Unity Pro Trial 
(4.6.2f1)

Please provide any additional information below.
I switched my Unity from free to Pro trial, and I think from that point, I am 
getting this issue, but not confirm.

Original issue reported on code.google.com by abhishek...@underdogsthestudio.com on 4 Mar 2015 at 7:59

GoogleCodeExporter commented 9 years ago
Hi.

That is weird, I use Unity Pro and never had this issue. Can you replicate it 
in a barebone project and attach it, so I can check it out?

Original comment by daniele....@gmail.com on 4 Mar 2015 at 11:18

GoogleCodeExporter commented 9 years ago
Hi.

I tried to reproduce the issue in a new project, but its working fine
there. And I am pretty sure I am doing things right and/but it's happening
in my project. Do you any vague idea what could be the reason ?

Original comment by abhishek...@underdogsthestudio.com on 4 Mar 2015 at 7:27

GoogleCodeExporter commented 9 years ago
Maybe you're calling

HOTween.Play();

somewhere in your code? That would set all editor tweens in a play state 
immediately. 

Original comment by daniele....@gmail.com on 4 Mar 2015 at 7:48

GoogleCodeExporter commented 9 years ago
I checked all scripts file, nowhere I have used HOTween.Play() function.
Anyways, I removed all the tweens from HOTween Visual Editor and created
them in scripts only, So, though not a prefect solution for me, but still
it work fine.
Thank you for you time and concern.

Original comment by abhishek...@underdogsthestudio.com on 6 Mar 2015 at 8:56

GoogleCodeExporter commented 9 years ago
Hey if you want remember you can send me your HOTween Editor project, so I can 
check what's wrong.

Original comment by daniele....@gmail.com on 6 Mar 2015 at 11:40