Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

14 stars

Watchers

7 watching

Forks

Releases

Packages

Contributors

Languages