if (seed != 0)
Random.InitState(seed);
Debug.Log (Random.state);
Is there a way to find the state(seed) allocated to random function? my code doesn’t seems to work. I have the next output:
UnityEngine.Random+State
UnityEngine.Debug:Log(Object)
RoomGenerator:Start() (at Assets/_Scripts/RoomGenerator.cs:50)