In scene manager, it is changing the scenes, but not using the animation. For example, when I use this line of code:
sceneManager:changeScene("main_menu", 1, SceneManager.moveFromRight, easing.outBack)
It skips to the new scene, but with no animation. Any idea why? Thanks!
Comments
Example:
sceneManager:changeScene("main_menu", 5, SceneManager.moveFromRight, easing.outBack)