Posts by Júnior Alexandre • 11 points
1 post
-
1
votes1
answer458
viewsQ: How can I be solving these Errors in Unity 5 and adding these components?
using UnityEngine; using System.Collections; public class RandomParticlePoint : MonoBehaviour { [Range(0f, 1f)] public float normalizedTime; void OnValidate() {…