-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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:
This section is unfinished and requires contribution.
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:
- Adding a new item
- Adding a new interactable
This section is unfinished and requires contribution.
MLAPI is used to provide networking functionality within SUnity. For help with developing with MLAPI in SUnity, see their official website.