All Projects → betairylia → unity-voxel-SC-WGRDemo

betairylia / unity-voxel-SC-WGRDemo

Licence: MIT license
Unity playground for voxel world generation / rendering.

Programming Languages

C#
18002 projects
ShaderLab
938 projects
HLSL
714 projects

SC-WGRDemo

Please do git clone --recurse-submodules as the project contains submodules.

or git submodule update --init --recursive after cloned.

Unity version: 2021.1.11


Unity playground for voxel world generation / rendering.
(Early development xD)

2021-09-24: Updated to Unity HDRP. (Partially done, this is only Scenes/MoonlightForest.unity)

Performance has degraded by the introduction of HDRP, mainly by its heavy lit shader and post effects. However the meshes etc. has not been changed, so you should get the same performance as demonstrated in the video if you use them in a simpler rendering pipeline.

Performance will be boosted in the future, but may not be the focus point now. I'd rather like to focus on content generation stuffs, sry!

HDRP

demo img demo img2

Environments

Only tested under:

  • Windows 10
  • Unity 2021.1.11
  • 3950X / RTX 2080s
  • DirectX 11

It probably won't work (efficiently) for Graphics APIs other than DX11 ...

Disclaimer: some (SDF-based) generation stuffs (e.g. hashes, some voronoi stuffs etc.) are borrowed from shadertoy posts; some missing sources will be commented later ... sry

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].