Hi everyone,
Right now i have a problem of a transition being cancelled. I am not sure why exactly.
There is a lot of thing in my code so i will describe the general worfklow.
The workflow is as follow:
- home scene
=> initialisation of ads (net request)
- play scene
=> request ads display
=> initialisation of some data loaded from files stored in document directory
The transition of animation is being run at the same time and sometimes it’s done completely sometimes not.
Does someone has XP about what could technically make a transition to be cancelled ?
I know it cancels because my callback on onCancel is being called.
Thanks for reading.