Question by
Varg-Murtter · Sep 02, 2017 at 08:48 PM ·
c#not workingperlin noise
Mathf.PerlinNoise does not work
Hello. I try:
void Start () {
Debug.Log (Mathf.PerlinNoise(0.2f, 0.6f));
}
But console is empty. What's the problem? Help me please.
Comment