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.