Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

DBT_API

A C# API for making Unity DBTs (Direct Blend Trees) - These are used as numerous layers is a big performance killer.

Example Usage:

  var DBT = new DBT_API.DBT_Instance(controller, "LayerNameHere");
  
  DBT.masterTree.Trees.Add(new DBT_API.DBT_Instance.BlendState(DBT.masterTree, DBT.controller.parameters.First(o => o.name == "YourToggleParamName"), OffToggleClip, OnToggleClip, "ToggleNameHere"));

About

A C# API for making Unity DBTs (Direct Blend Trees) - These are used as numerous layers is a big performance killer.

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages