Changing max collection factories (SOLVED)

I am creating a game where levels - for different reasons - are loaded with collection factories, but now I am running into:

Can not create more collection factory components since the buffer is full (128).

As far as I can see there is no property, at least not in the gui, where I can change this limit?

1 Like

Thanks for the report! I’ve filed an issue.

DEF-1635

1 Like

I think you should be able to change this value in your game.project, try adding an entry like this:

[collectionfactory]
max_count = 256

(You might need to edit the file as text if it is not exposed in the editor.)

2 Likes

That works!

I suspected there was a way to do it without the editor…

1 Like