A downloadable project

Spike One -Item Types/Item Modeling


Introduction

This spike will explore the item types/item modeling for the SGD300 Dungeon Siege project game.


Goals

  1. Refamiliarise myself with the unity game engine.
  2. Refamiliarise myself with c#.
  3. Conduct some preliminary research.
  4. Put together table with item records.


Personnel

Primary        -  Zackery Camille [1095725]

Secondary  -  Jacob

Secondary  -  Ben


Technologies, Tools, and Resources used


Tasks Undertaken

  1. Refamiliarise myself with the unity game engine.
    1.   Follow the instructions from one of any tutorial projects in unity hub.
  2. Refamiliarise myself with c#.
  3. Conduct some preliminary research.
    1.  All the links in the 'Technologies, Tools, and Resources used' section were read through (The first three links were found by Jacob).
  4. Put together table with item records.
    1. Create a table in excel that houses all the necessary information for the items of the SGD300 Project Dungeon Siege game.
    2. Create a text file that provides a descriptive overview on the item table for the SGD300 Project Dungeon Siege game.


What was found out

In unity files such as csv, json and simple text files are universally interpreted as text assets in the engine. Text assets are read only and cannot be written/edited back into the console. This is important to consider moving forward to consider stripping through the data of a text asset.


Solution Justification

The choice to house the item data set in a csv was chosen as it makes manipulating or adjusting them abstract from any code and also allows it to be more human readable particularly from colleagues who are not programmed minded.

Download

Download
Item_List.xlsx 13 kB
Download
dsi_table.txt 1.7 kB

Leave a comment

Log in with itch.io to leave a comment.