10-03-2022, 09:05 AM
(09-03-2022, 02:51 PM)josemendez Wrote: Targets are just regular Unity objects, so you teleport them by simply setting their position and/or rotation:No, I mean if I move target won't attached particles move with it? Or they move only with Physics(Rigidbody) movements and stay with transforms teleporting?
Code:object.transform.position = <new position>;