项目作者: Tearth

项目描述 :
A prototype of the game about sea battles.
高级语言: C#
项目地址: git://github.com/Tearth/Sea-Battles.git
创建时间: 2019-08-18T17:35:08Z
项目社区:https://github.com/Tearth/Sea-Battles

开源协议:Apache License 2.0

下载


Sea Battles

This is a prototype of the game about sea battles. It’s not finished but contains a basic model of the ships based on voxels. The ship is built from the voxels in the editor, and then they are merged at the runtime (vertices and colliders). These merged elements are dynamically split when they are hit by the cannonball. In the place of the hole there are instantiated independent voxels with enabled rigidbody component.

Examples

Example1

Ship in the editor.

Example2

Ship in the runtime (with merged vertices and colliders).

Example3

Destroyed side of the ship.

Example4

Even more destroyed ship.

Example5

Example of destroying ship.