[GameEntity] Implicit + explicit modifiers
- 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
This module is now deprecated, prefere the new input system.
May 17, 2022
PropertiesController becomes more simple to use with a direct call.
using (var setter = pc.GetPropertiesSetter()) {
setter.SetColor("_BaseColor", Color.red);
//...
}
February 21, 2022
Updates are listed in Read more
link.
July 13, 2021
June 24, 2021
Stats are automatically updated in GameEntity.LateUpdate without a Value call.
June 21, 2021
May 17, 2021
Animator, Net associated.children variables, layermask, deprecated removes...
April 26, 2021
March 19, 2021