Hello there! I am making a bullet hell rhythm game. I have the timer and the base project done, but now I feel kind of lost. I started making one of the bullets. So far it spawns based off of an int value that you put in that tells it what time to spawn.
Is there a better way to do this? I don’t want to spend forever going back and forth on one level of this game, which is planned to have hundreds. What would be the best method to chart the bullet hell notes accordingly to the music?