Skip to content
Terence Qu edited this page Feb 28, 2021 · 11 revisions

What is SUnity?

SUnity is the prototype name for our up and coming Unity 3rd person shooter game. This wiki will hold technical documentation for developers; design decisions, code regulations, etc.

To get started, see the following technical docs:

Features

Player

This section is unfinished and requires contribution.

Item System

Players can interact with the world to obtain items which can act as weapons in battle, utility, or ingredients for other items. They store items in their internal storage (inventory), or in external storage (chests, barrels and other forms of storage) and can manipulate items in and out of different storages.

Figure 1: User inventory and hotbar

See technical docs:

This section is unfinished and requires contribution.

Multiplayer

MLAPI is used to provide networking functionality within SUnity. For help with developing with MLAPI in SUnity, see their official website.

SUnity Wiki

Overall

Setup

Item

Clone this wiki locally