Ninja Bear Studio Plugins
 
Seller Profile on Fab

Actor Pooling

advanced
Last modified: 22 September 2024

It is common for combat systems to require frequent spawning and destroying of actors, such as projectiles or cast actors, in short intervals.

To mitigate the performance cost of constant actor spawning and destruction during gameplay, an Actor Pool was introduced to the Combat System. This pool prepares a predefined number of instances of frequently used actors for each combatant.