Greetings Programs.
I’ve got a force field making particles swirl slowly around in a sphere.
Works really well in editor.
As you can see the little green balls with the blue tails are swooping about nicely.
When I put this into our Foundation based app, we see this-
As you can see, the particle just zooms out of the center of the scene in the +Z direction, with no influence from the force field. The speed is faster and the orbit is gone.
Anyone know why this might be the case?
Android 11
Unity version 2019.3.15f1
Blink AR v2.13.1
This sounds like a scaling issue?
Are you using WorldSpace or LocalSpace?
I believe I have the particles and the force field set to world space.
The emitter of the particles does re-orient itself to face the fwd direction of the AR object to which it is a child. This tells me that the world-space link is working for the emitter.
The particles generated by the emitter are parents of the blue trail emitters. That works fine.
And the green balls (proxies for later replacement) are emitting based on the orientation, location and scale of the overall parent AR content.
However the force field is not having any effect on the particles on device.
We coded our own workaround to this.