Hi people! ^^
I have a particle system generated from a StaticMesh with a Module Script.
My problem is that if I use this system of particles in local space, the location of the particles goes crazy, apparently it locates the particles at the same distance from the emitter that the emitter has with global coordinates 0, 0, 0
How can i fix this?.
Note: Iām new to Niagara, this is my first time using a personal Module Script
I have fix it. The problem was in the ModuleScript, I was using for the location of the particles āGet Tri Position WSā (ws = worldā¦ situation? xD). I simply changed it to āGet Tri Positionā and itās fixed.