Help organizing codebase

Hello developers,

As of recently, I have been creating a game lobby for my main game. Though, I feel that the scripts are not organized and are a big mess. Here’s my setup for example:

image

It all works, but it’s not organized the way i’d like it to be, but I have no idea how to do it.

1 Like

Looks good to me, way better than what I’ve done:


image

All of my scripts are very spread out, which I don’t like. I’m creating a revision of my system that looks like this:


My modules are all siblings. If you want even more organization, I’d recommend creating a “settings” object for each module like the one included in GuiHandler.

1 Like