Skip to content

petesimard/datablocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Datablocks

Unity game data manager for Unity using hierarchical structures. Data Inheritance!.

Documentation

Official Website

Unity Forums

Example Usage

The following code defines a Datablock that can then be used via the built in editor and used for data inheritance.

public class SpellDatablock : Datablock
{
    public int manaCost;
    public string description;
    public float castingTime;
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages