What do I do if my game has no player character?

Hi.
Lets just say I’m creating a touch screen puzzle game like Bejeweled or Testris. How would I go about setting up the initial project in regards to the player character bearing mind there isn’t even going to be one on the screen?

I’m making a game where you essentially look at a board with a stationary camera and move cubes around. Do I just attach the camera to a pawn like any other first person game?

Thanks!

Then use this template:

You make player pawn that is just camera and umg/gui.

1 Like

Had no idea this existed. Thank you for pointing this out.

1 Like

Yeah that’s what I was thinking. Thank you.