Hello
Is there a way to have a scene start with particles already spaxned? I am using particle to make a smokescreenlike fog to hide some part of the background, but when we launch the scene we see it spawning, is there a way to have the scene start with the particles already spawned.
1 Answer
1it’s an element in the scene, i make it move with the camera with a script, but it’s already in the scene as an element
Are you spawning the fog in update() or lateUpdate()? things to be queued for the beginning of runtime should be enabled in the start() function
– KuPAfoo