- Home /
Particle behaviour differs when Game screen is maximized
I have some particle star trails attached to the front of my ship that zoom passed while the ship is in motion.
For some reason the particles change behaviour when the screen is maximized and in the Game Build.
I've provided a VIDEO that shows the behaviour in maximized and docked window.
You may provide a screenshot of all settings of your "Normal Stars" particle system. It might not be relevant, but try to maintain a (1,1,1) transform-scale of your particle system game object because it could affect your particle effect unexpectedly. If you need to scale your emitter shape (supposedly a flattened sphere), you can use the transform-scale in the Shape module ins$$anonymous$$d.
Hey @ifurkend,
Thanks for the response.
I set the scale of the "Normal Stars" to (1,1,1) as you suggested.
Here are some SCREENSHOTS of my particle settings.
In the meantime I've managed to get it somewhat working by bumping up the emission rate.
Glad that you found your solution. Just a personal advice: I don’t see the point of using Trails in this effect as this can be cheaply replicated by stretched billboard, but I won’t judge if you insist.
Thanks for the advice.
I made the star particles before I knew about stretched billboard and forgot all about it. I'll definitely make the switch.
Your answer
Follow this Question
Related Questions
How to stop Particles from rotating with camera? 6 Answers
Particle System 2D dont works in Game 0 Answers
Why are my particles only showing up when I have my player gameobject selected? 0 Answers
Emulate Editor's Particle Scrubbing Functionality in Game 1 Answer
Particle distribution on mesh: How to implement a density map? 0 Answers