this post was submitted on 16 Feb 2026
-25 points (20.9% liked)

Programming

25677 readers
209 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

What if I want to make an RPG game with a text dialog that you can scroll down? And according to my research, 50% of mobile games are made with Unity? Maybe some for the engine, some for pure coding? Maybe that's their trick?

you are viewing a single comment's thread
view the rest of the comments
[–] carl_dungeon@lemmy.world 7 points 4 days ago (4 children)

Sure you can build an engine if you want- the reason so much stuff is unity is because it handles the cross platform build/deploy for you and is already a well established engine/platform.

If you’re trying to make a game- use an engine. If you’re trying to make an engine, don’t get distracted with making a game. They’re very different things these days.

If you’re just doing this to learn and want to make a game from scratch, then do that- but the cross platform is a pain.

[–] CarlLandry357@lemmy.world 0 points 4 days ago

I agree with you on that.

load more comments (3 replies)