mofr / Diablerie

Diablo 2 reimplementation on unity
MIT License
961 stars 217 forks source link

Pool missiles #67

Open mofr opened 5 years ago

mofr commented 5 years ago

It's required for good performance

mofr commented 5 years ago

Also pool sound objects

mofr commented 5 years ago

Profiling showed that creating missiles is not a bottleneck. Not even close. Most of the time is consumed by:

So the priority of the task is very low.