how should i start if i want to make a clicker game?

how should i start if i want to make a clicker game? do the clicker games are 2d o 3d?

Start with the tutorials in the Learn section. That will teach you the basics of how to use Unity, how to write simple code, etc.

Then, the easiest way to do your first clicker game would probably be in a Canvas. Though you could also do it with Sprites. You’ll know about both of those once you’ve worked through some of the tutorials.

3 Likes
float money = 0;
money += 1;
2 Likes

gottent this far, but dunno how to display current money on screen via a text element. im gonna search other ways though

Look for a simpler game engine…unless you have a unity end point for other reasons

Simpler? This is exactly the level of complexity Unity is intended for.

1 Like

I don’t disagree - my answer was specifically meant for the OP & based on the implied skill set from the questions asked.

edit: …and not in a bad way. Upgrade to unity if you want to monetize, deploy to different platforms, etc…