unity random not working code example
Example 1: int random unity not working
UnityEngine.Random.Range(1, 10);
Example 2: random.range unity not working
//Do u have using System too? If so u have to specify w
UnityEngine.Random.Range(1, 10);
UnityEngine.Random.Range(1, 10);
//Do u have using System too? If so u have to specify w
UnityEngine.Random.Range(1, 10);