LoGaCulture / LUTE

LUTE stands for LoGaCulture Unity Toolkit/Engine. A Unity based tool to create narrative rich location-based games for the purposes of heritage preservation.
MIT License
0 stars 0 forks source link

Location Individual Class #21

Open Jacki3 opened 1 month ago

Jacki3 commented 1 month ago

Is your feature request related to a problem? Please describe. It becomes frustrating when dealing with locations as they have names, sprites, colours and booleans but they have no class. This makes it time consuming to update locations when we have to access multiple lists for this.

Describe the solution you'd like Create a uniform class for locations that store all the relevant information about a location which can then be used to set and get when needed.