Hi,
I have a script that enables my particle emission on a high score. However, the particles don't start unless I go onto scene view first:
[Video Of Issue][1]
My script is here:
if (isHighScore)
{
confetti.Play();
confetti.enableEmission = true;
PlayerPrefs.SetInt("Highscore", score);
}
Any help is greatly appreciated, thanks.
[1]: https://youtu.be/Zz9JekhVUXA
↧