Although player making a best Distance , the game over screen is same for all. How can i make a gameover screen saying congracts on best Distance after the player crossing last best Distance.
Put an Event Observer in the Game Over screen, set to redirect on Best Distance. Then create a separate UI that your Player is directed to when they achieve this and just have an extra image that says "Congratulations".
@AaroArts I have creacted a EventObserver in game over screen as you said. Though the player makes the less distance than before best Distance, it is showing Game over Congracts screen.Always it is showing the Game over congracts screen after once the player make Best Distance, though he is not making the best distance next time.
I have tried that and it does not work. There is another attribute "session total" and i dont know what that does. The "new record screen" only appears sometimes.
I use Event Observers in Ninja Dive. I reward medals and free coins based on Score tiers. If the player scores over 10, they see a bronze medal and a button to redeem 10 coins, if they score 20 +, there’s a silver medal and a different button for 20 coins and so on up to over 40.