Hey! I have a game that my character needs to collect a curtain amount of coins to win the game. I have a coin counter in my UI set as - all worlds, current amount. When my character finds the bonus world and collects more coins and goes back the the main world you are not able to see the coins collected in the bonus world. I tried changing the count settings to total amount, but when you die and restart the game it shoes the coins collected in the previous game. Is it posable or another way to be able to account for all coins in both worlds that resets at the end of the game?
Unfortunately the coins collected in another world can't be carried over to another world. You could try using the UI for both worlds but when the player enters a new world, there's a possibility that it will display coins collected previously as well any collected in that world. Wish you the best of luck with your project. Let us know if you find a solution