Gathered Allocations
The system can record peak allocation values during runtime and use them as initial sizes on the next run, eliminating runtime buffer growth.
| Property | Type | Description |
|---|---|---|
| Record Allocations | bool | Record peak allocation sizes during play mode and use them as initial allocation sizes. |
| Gathered Max Chunks | int | Peak chunk count from previous sessions. |
| Gathered Max Pools | int | Peak pool count from previous sessions. |
| Gathered Max Instances | int | Peak instance count from previous sessions. |
Peak values are recorded automatically during play mode.
| Button | Description |
|---|---|
| Copy to Initial Sizes | Copies the gathered peak values to the Initial Chunk Count and Initial Pool Count fields in the Pooling section. A Pool Padding slider (1.0–1.25) adds headroom above the recorded peaks. |
| Clear Gathered Data | Resets all gathered values to zero. |