github sschmid/Entitas 0.31.1
Entitas 0.31.1

latest releases: 1.14.1, 1.14.0, 1.13.0...
8 years ago
Entitas.CodeGenerator
  • Improved component generation for classes and interfaces and added support for default pool [Pool]
  • Added support to CustomComponentNameAttribute to generate multiple components with different names for one class or interface
// This will automatically generate PositionComponent and VelocityComponent for you
[Pool, CustomComponentName("Position", "Velocity")]
public struct IntVector2 {
  public int x;
  public int y;
}
  • Added support for generating components for structs
  • Not generating obsolete pool attributes for generated classes

Don't miss a new Entitas release

NewReleases is sending notifications on new releases.