New answers tagged design-patterns
1
vote
How do big open worlds handle Object Pooling?
What you need to consider is which objects in your game only differ by data and which differ by components.
For example, when you have a lot of projectiles in your game which only differ by speed, ...
3
votes
How do big open worlds handle Object Pooling?
One important consideration to add is that most open world games are not built in a managed language like the C# used in Unity.
In a managed language with an automatic garbage collector, creating and ...
0
votes
How do big open worlds handle Object Pooling?
many different weapons with many different bullets. Do you have to create one pool for each? Maybe not for all bullets. A small handgun and a weapon that shoots faster will probably have almost the ...
Top 50 recent answers are included
Related Tags
design-patterns × 338architecture × 139
c++ × 57
unity × 44
c# × 40
software-engineering × 33
game-design × 29
entity-system × 20
java × 19
component-based × 15
oop × 14
xna × 13
javascript × 12
ai × 10
rpg × 9
libgdx × 8
networking × 7
input × 7
data-structure × 7
databases × 7
memory-efficiency × 7
entity-component-system × 7
turn-based × 7
objects × 7
events × 6