Gdevelop Runs on a Single Thread? what does this exactly mean

Does it actually run on 1 thread

How bad is this

Is there anyway to access multiple threads?

1 Like

Not all that bad, unless you’re trying to make a huge grand strategy game like Stellaris, or a complex openworld 3D game like Skyrim.

The kind of games you are making on GDevelop will work fine on a single thread unless you go crazy on nesting behaviors on hundreds of thousands of objects.

I’m not sure if it only works on 1 thread. No way…
That would be terrible.