grimpunch / SimpleShmup

Another Unity Project, Experimenting with enemy movement patterns mostly and bullet-hell style bullet patterns, will see how this goes...
http://blog.christiancod.es
1 stars 0 forks source link

Object pool all the things! #4

Open grimpunch opened 9 years ago

grimpunch commented 9 years ago

Bullets are added to object pools already, just need to sort out similar solutions for the explosions in use and perhaps for bullet effects.

grimpunch commented 9 years ago

Was a bad idea... broke quite a lot of existing functionality... going to refactor first..

grimpunch commented 9 years ago

Next up, particle effects, some pooling has been achieved but pooling this will require understanding how to pause and replay particle animations...

grimpunch commented 8 years ago

71aba840ea2a4718009f99f8cd8b68ffddd8f77c

Implemented, now to keep pooling things as I go.