https://github.com/tearth/neko
Voxel map generator in Unity engine.
https://github.com/tearth/neko
dynamic generator map perlin-noise unity voxel
Last synced: 2 days ago
JSON representation
Voxel map generator in Unity engine.
- Host: GitHub
- URL: https://github.com/tearth/neko
- Owner: Tearth
- License: gpl-3.0
- Created: 2018-08-08T19:59:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T17:50:19.000Z (almost 8 years ago)
- Last Synced: 2025-08-24T14:12:48.069Z (10 months ago)
- Topics: dynamic, generator, map, perlin-noise, unity, voxel
- Language: C#
- Homepage:
- Size: 1.01 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voxel map generator in Unity
Simple project generating voxel maps using Unity engine. There are a few optimizations used here to get better performance like chunks, face hiding and dynamic generated meshes instead of drawing multiple game objects which killed my FPS when I tried it. It's a good base to create something more serious. *Maybe someday...*