Hi,
I’ve got what might be a silly question. If I use a mesh renderer and a skinned mesh renderer I get different particle behaviors. This might be due to me not understanding of how one or the other works. But let’s say I have particles appearing on a sphere and that sphere changes position. In mesh renderer the particles are on the surface all the time, whereas with the mesh surface renderer the particles retain the ‘emitted’ position, meaning that they either don’t follow the object (if they’re permanent) or they appear at ‘temporary’ positions where the object was during a frame of emission.
So my question. Can I use skinned mesh renderer while retaining the behavior of particles to ‘stick’ to the surface of the mesh all the time. Meaning that a particle’s local position is tied to the surface of the object and not just where it was a certain frame ago.
Thanks!