Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 439 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 439 Bytes

Minecraft-like world generation in Unity using builtin Mathf.PerlinNoise function. Features:

  • World divided to 16x16 sized chunks
  • Only chunks around the player are being generated on demand
  • Only draws outer faces - even between chunks (skips sides and bottom)
  • Multithreading chunk generation
  • Object pooling for chunks

Example

Chunk generation in profiler