james7132 / DanmakU

An open source Danmaku development kit for Unity3D.
https://danmaku.jamessliu.com/
MIT License
238 stars 50 forks source link

Large Indexing Error with Danmaku Pool #10

Closed james7132 closed 9 years ago

james7132 commented 9 years ago

The current implementation of Danmaku Pool has an occasional bug when spawning new bullets where it encounters a IndexOutOfBoundException that effectively stops all danmaku movement.

This needs to be fixed.