You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been getting an error: "Assets\Scripts\MapGenerator.cs(14,23): error CS0103: The name 'Noise' does not exist in the current context" after doing ep 2
here is what I have in the line that the error mentioned:
I have been getting an error: "Assets\Scripts\MapGenerator.cs(14,23): error CS0103: The name 'Noise' does not exist in the current context" after doing ep 2
here is what I have in the line that the error mentioned:
float[,] noiseMap = Noise.GenerateNoiseMap (mapWidth, mapHeight, noiseScale);
I believe that Sebastion was fetching a class from the noise script so is there any way to solve this
The text was updated successfully, but these errors were encountered: