axxessdenied / voxhull-space-engine

Another Voxel Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voxhull

Another Voxel Engine. A multiplayer game where you will build voxel space ships to run an empire.

make sure to check releases for test builds!

Control Reference

Gamepad support exists but it's far from being complete. At some point I'll get to that.

  • T | Gamepad.West Button : Passive Mode
  • Y | Gamepad.North Button : Engineering Mode
  • U | Gamepad.South Button : Logistics Mode
  • I | Gamepad.East Button: Logistics Mode
  • [ : Scroll through different voxel types to paint (hull, floor, scaffolding, etc)
  • ] : Scroll through different voxel types to paint (hull, floor, scaffolding, etc)
  • Mouse scroll / - = : Move build selector up and down layers.
  • F5 : Quicksave, just for testing right now
  • F9 : Quickload, just for testing right now

Inspiration

Some games I love and will inspire the direction of this project.

Tools being used

Unity 2021.3.9f1 Additional Packages:

  • Burst : "com.unity.burst": "1.6.6"
  • Cinemachine : "com.unity.cinemachine": "2.9.1"
  • Collections : "com.unity.collections": "1.2.4"
  • Input System: "com.unity.inputsystem": "1.4.2"
  • Jobs: "com.unity.jobs": "0.70.0-preview.7"
  • Mathematics : "com.unity.mathematics": "1.2.6"
  • Memory Profiler : "com.unity.memoryprofiler": "0.7.1-preview.1"
  • Multiplayer Tools : "com.unity.multiplayer.tools": "1.0.0"
  • Netcode For GameObjects : "com.unity.netcode.gameobjects": "1.0.1"

About

Another Voxel Engine

License:MIT License


Languages

Language:C# 100.0%