james7132 / DanmakU

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

Disco ball emitter/modifier pair #44

Closed irgolic closed 4 years ago

irgolic commented 5 years ago

This emitter/modifier pair is able to create lots of different patterns with ease. To make a disco ball pattern, rotate the firing GameObject at the same speed (value * Time.deltaTime) as what SpinningAngularVelocity is set to in VortexModifier.

Also, I couldn't think of a good name for the emitter; feel free to suggest anything better than RandomCircularEmitter.