I’m working on a clicker game for learning purposes and there is something weird happening. When I click the button the number is supose to go up, but it looks like it goes behind the backgroud blur and the new number just appear in front. I tried it on another map and it does not happen. Has anyone seem this before?
Looks like the HUD widget is being created twice. Since the ClickerPawn is creating the HUD, check if you have multiple ClickerPawns in the Outliner while playing.
You have ClickerPawn set as Default Pawn in the Game Mode, so the Game Mode will spawn one when the game starts. If you dragged a ClickerPawn into the Level, delete it.
I don’t have access to my project right now, but I’m sure I set the pawn as default and dragged it too, so this should work. Thank you!!
1 Like