I’m creating a particle system with two emitters. The first is the desired particle to render, and the second is used only for a reference to ‘emitter init location’ module in the 1st emitter. However, when i implement an orbit module in the second emitter (which is the reference), all particles spawn back at root of particle system instead the desired location found within the orbit.
Is this behavior intended, or is there a setting i’m overlooking that may cause this?