项目作者: cowtrix

项目描述 :
voxul is a voxel framework and voxel mesh editing tool for Unity.
高级语言: C#
项目地址: git://github.com/cowtrix/voxul.git
创建时间: 2021-06-03T22:00:33Z
项目社区:https://github.com/cowtrix/voxul

开源协议:Other

下载


𝕧𝕠𝕩𝕦𝕝 - a Voxel Framework & Editor Tool

voxul is a voxel system and editor tool for Unity 3D.

island-1

This project consists of both a runtime framework for handling and rendering voxel data, and an editor tool for painting and modifying voxel data from within Unity.

Feature Showcase

Bench_FaceMergingDifferentSurfaceMaterials
VoxelPainterUI
DifferentPlaneModes

Games Using Voxul

Cold Weld

ColdWeld

Island

Island

Dritch

05
02
06
03

Getting Started

Requirements

Generally this project will be kept working on the Unity LTS version. If you need to stay pinned to a specific release, or require support for an alpha release, you are strongly recommended to fork this project and integrate further commits yourself.

Installation

For most users it is recommended to take the latest release, which is in a .unitypackage. You can either import this package by dragging it onto your Project view in Unity, or by using the Assets > Import Package > Custom Package... menu.

Alternatively, you can clone the repository directly into your project. If you are using git as your source control you can just have it as a submodule within your Assets folder. This is the best option if you want to work on the latest version of voxul at all times.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.