Hello I’m using new Unity 3.0.0f and I have some problems.
1.) particleEmitter
When I try to change angularVelocity from script to any number it sets it to 1.0f .
particleEmitter.angularVelocity = 25.0f;
2.) LensFlare
I’m not able to change the LensFlare color from script.
LensFlare LF = gameObject.GetComponent<LensFlare>();
LF.color = new Color(255, 0, 0);