"Uni Bullet Hell" is 2D bullet hell's shot pattern system for Unity.
You can create various bullet patterns simply by adding script component of shot patterns.
*You can customize a various bullet param in inspector.
bullet num, bullet speed, angle, accel speed, accel turn, pause and resume time, nWay, spiral num, call back, delay, random, paint, aim target, etc...
*Pooling system of bullet GameObject.
*Sample shot patterns of 56 kinds are included.
*Unity 4.3 ~ Unity 5 support.
*2D(X-Y axis) and 3D(X-Z axis) support.
*All script source file (C#) is included.
*Example scene of full game is included.
*Supports object pooling system of Core GameKit(Dark Tonic Inc.)