- Add Implicit and explicit operators to simplify modifiers manipulations.
- Stats and aspects are now orderable
- debug default modifiers save
May 26, 2022
May 17, 2022
PropertiesController becomes more simple to use with a direct call.
using (var setter = pc.GetPropertiesSetter()) {
setter.SetColor("_BaseColor", Color.red);
//...
}
July 13, 2021
June 21, 2021
April 26, 2021
March 19, 2021