|
@@ -5,6 +5,6 @@ The Defold data structures used to represent components and other resources are
|
|
|
|
|
|
To further optimize memory usage the Defold build process will analyse the content of the game and override the max counts if it is possible to know for certain the exact amount:
|
|
|
|
|
|
-* If a collection doesn't contain any factory components the exact amount of each component will be allocated and the max count values will be ignored.
|
|
|
-* If a collection contains a factory component the spawned objects will be analysed and the max count will be used for components that can be spawned from the factories.
|
|
|
+* If a collection doesn't contain any factory components the exact amount of each component and Game Object will be allocated and the max count values will be ignored.
|
|
|
+* If a collection contains a factory component the spawned objects will be analysed and the max count will be used for components that can be spawned from the factories and for Game Objects.
|
|
|
* If a collection contains a factory or a collection factory with activated "Dynamic Prototype" option, this collection will use the max counters.
|