You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
We're using the following to make an object appear as if it is flashing. The first time through the sequence works perfect. However, a little later in the game, the second time Flash() is called on the same object, the first RunActionAsync never returns. There doesn't seem to be any exceptions getting thrown either.
Another thing I noticed is:
When the game starts it displays a splash screen with a Play button. When the play button is clicked, the GameScene is loaded. At this point everything works correctly. Now from within the GameScene I click an exit button which brings me back to the SplashScene. If I click the Play button again, the Flash method has the same issue. It hangs on the first RunActionAsync.
We're using the following to make an object appear as if it is flashing. The first time through the sequence works perfect. However, a little later in the game, the second time Flash() is called on the same object, the first RunActionAsync never returns. There doesn't seem to be any exceptions getting thrown either.
Another thing I noticed is:
When the game starts it displays a splash screen with a Play button. When the play button is clicked, the GameScene is loaded. At this point everything works correctly. Now from within the GameScene I click an exit button which brings me back to the SplashScene. If I click the Play button again, the Flash method has the same issue. It hangs on the first RunActionAsync.