Hello,
I’m making a game where the player generates workers over time while they are not playing. I want to display how many workers they generated when they return to the game.
I wanted to do this by having a panel show up when they return to the game with the model of the worker and the number of them that the game generated. I have the panel with a prefab of my worker attached to it and it shows in the scene window but it doesn’t show when I start the game.
does anyone know why this might be happening?
Thank you.