Hi guys,
My problem is quite simple: when I use a iTween in a scene (let’s call it “A”) it works perfectly, but if I’m in a scene B and load this scene A, then the Tweens won’t work! I’m not sure where to look to fix that.
I thought it could be itween not initializing correctly when calling Application.loadLevel… any suggestion?
thank you!
nico
Have you tried to contact the creator of iTween? (scripting sector is not exactly iTween support) Your problem could be any number of things so it may help to list the errors you’re having on the console, or post your script so we can look over it for errors. What function for iTween are you using that’s giving you trouble?
Old thread but when I see this it is usually an issue with Time.timeScale. Scenes loaded from a pause menu for example need to check that Time.timeScale is reset when the new scene loads. Or alternatively set “ignoretimescale” parameter in iTween to true.
1 Like