hi there,
new to unity and im finding quite intuitive sofar.
some issues im still struggling with and one of them is particle problem.
seems like the particles have to be selected in order to run.
i´ve read some post with similar issues but could not troubleshoot the problem.
any help is very appreciated.
cheers
In the editor, yes. Do they not run when you play the game?
they do not.
if i select them they do, then after a while again stop.
set looping, tried prewarm, resim. nothing works.
You select them while the game is playing? You mean like switching back to the Scene view?
1 Like
Make sure “Play on Awake” is checked under the Particle System’s main settings. Also be sure you don’t have any scripts affecting the system’s functionality as it starts up, like calling its Stop or Pause methods.
hi there and thank you.
yes play on awake is on, but i think there may be a script in the scene messing with the start/stop.
probably will start the scene fresh.
That’s not necessary. This is a good practical exercise to learn and get more comfortable with programming!
Look through any scripts in the scene and check for references to the particle system. Then see what actions are being carried out on those systems.
1 Like
thank you for the tip schneider21, appreciate it.
i will do just that.
In the Particle Effect window that pops up in the scene view after selecting any particle effect, choose Everything from the Simulate Layers drop-down.
9 Likes