WTH does this error mean ? and what exactly is 'false' ?

Ok, so I made a new game/project to try and sort out another issue I was having (thought would be easier with the bare minimum components to resolve it.

Anyway… did that, created a terrain, centred it at 0,0,0 and pressed play and got this error -

“j - i == terrainChunksInfo.numChunksInX * terrainChunksInfo.numChunksInY”

and a message repeated 11 times that simply says -

“false”

Wouldn’t have thought it possible to get an error with nothing but a skybox, light and a terrain in a scene. This is using Unity 5.

Any ideas / suggestions

???

OK I’ve solved the issue. It was something to do with the texture I was using for the base terrain texture. I increased all(certain) my resolution settings to 2049 and I’m not getting any errors now.

Would still be nice to know what exactly was causing the error though for future ref (and in case any other users have a similar issue)

:slight_smile:

uncheck Draw option in base terrain setting and recheck it.

I got this error after copying all my files into a new folder trying to fix a different bug. My solution. I deleted the terrain, and then created a new one. Maybe the terrain has something to do with the folder name lol I don’t know but it fixed my issue.