Note Effects

The No Tap Effect bool in Note actually disable the tap effect emitted through the TapEffectPool in the “RhythmGameStarter”

“Effects3” is actually a combination of Effects1 & Effects2

And both of them are just non-looping particle effects, that triggered at the same time by the NoteEffect script in “Effects3”

To customize the tap effect, duplicate the existing effects to tweak and combine them through nested effect.

Then assign the new effect to the TapEffectPool in the “RhythmGameStarter”

TapEffectPool will automatically emit the effect upon note trigger, and place the effect at the position of the note.

Last updated