- Home /
This question was
closed May 16, 2015 at 05:32 PM by
AlwaysSunny for the following reason:
The question is answered, right answer was accepted
This post has been wikified, any user with enough reputation can edit it.
Question by
doubstract · May 16, 2015 at 05:32 PM ·
randommathfperlin noiseseed
How to change perlin noise seed?
How to change Mathf.PerlinNoise seed? When I close and start my game the perlin noise is always the same.
Comment
Best Answer
Answer by AlwaysSunny · May 16, 2015 at 05:31 PM
This is highly desirable for duplicating a sample or sampled area. Inject a seed into the arguments.
Mathf.PerlinNoise(seed + x, seed + y)
Follow this Question
Related Questions
Always same perlin noise map from Mathf.PerlinNoise 1 Answer
mathf.pingpong 0 Answers
How do I seed the random number generator myself and still get pseudorandom values? 2 Answers
Generate minecraft alike terrain 0 Answers
Questions about changes to UnityEngine.Random. Random.Seed deprecated 3 Answers