Are object pools only using for enemy kind of objects?

For example if there are lots of trees in scene, is it good practice to use object pool to display trees only if where the player is (maybe kind of display range)? Or object pools only useful for nonstatic objects like moving cars / enemies / random npc people walking on streets?

Hi Yavuz,

Object pooling is a solution for all kinds of objects that get reused: cars, enemies, random npcs, trees, other props. :slight_smile:

Just like your solutions :smiley: ! Thanks a lot Nina.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms