I’m working on a simple day/night cycle demo and I’m not understanding how to fade out the stars during the day. Each star is a particle with a texture. I’ve tried both setting the particleSystem’s alpha and each individual particle’s alpha, but neither has worked.
The logic is at the end of the AnimateSun() method. I’m not sure where to go from here.