This Hexagonal world generator offer you a procedurally generated world, based on some parameters that you are free to set as you wish to have results according to your own game experience. Here is some of the feature it offers.
这个六边形世界生成器为你提供了一个程序性生成的世界,基于一些参数,你可以根据自己的意愿自由设置
Seed system
Allowing you to save your favorite worlds for use later!
Threaded world generator
Allow you to process other things in the background, preventing unity to hang or being unresponsive meanwhile generating the world.
Object pooling Renderer
Render nearly infinite map size thanks to an object pooling rendering allowing you to always have the same performance regarding of the map size! (beware: The larger the map, the longer the time to generate it).
Basic camera movement
The world generator come with a basic camera movement and zoom / unzoom using the object pooling system.
World generation loading UI
A basic customizable loading UI for your world generation that can be removed by just disabling the corresponding script.