Skip to content

Releases: jeffcampbellmakesgames/Entitas-Redux

v2.1.4

29 Apr 11:31
Compare
Choose a tag to compare

v2.1.3

20 Apr 13:20
Compare
Choose a tag to compare
v2.1.3

v2.1.2

27 Feb 15:16
Compare
Choose a tag to compare
v2.1.2

v2.1.1

04 Feb 14:11
Compare
Choose a tag to compare
v2.1.1

v2.1.0

13 Jul 12:58
Compare
Choose a tag to compare
v2.1.0

v2.0.1

05 Jul 12:58
Compare
Choose a tag to compare
v2.0.1

v2.0.0

17 Jun 12:15
Compare
Choose a tag to compare
v2.0.0

v1.3.5

12 Nov 13:32
Compare
Choose a tag to compare

Summary

This release includes a bug fix for code generation.

Note: If you install EntitasRedux using a .UnityPackage you must also grab the latest release of Genesis as well from here as it is not included. For better dependency handling, I would recommend using OpenUPM instead.

ADDED

  • NA

CHANGED

  • NA

FIXED

  • Components that have both an [Event] and [Cleanup] attribute will no longer generate an additional cleanup system for the event listener interface component generated as a result of the [Event] attribute.

REMOVED

  • NA

v1.3.4

15 Oct 12:25
Compare
Choose a tag to compare

Summary

This release contains two small bug fixes.

Note: If you install EntitasRedux using a .UnityPackage you must also grab the latest release of Genesis as well from here as it is not included. For better dependency handling, I would recommend using OpenUPM instead.

ADDED

  • NA

CHANGED

  • NA

FIXED

  • Resolved code-generation compiler error for empty context with zero components where CopyTo, CopyComponentTo methods would not be present.
  • Resolved build-time compile error for missing member Contexts.SharedInstance

REMOVED

  • NA

v1.3.3

09 Oct 12:47
Compare
Choose a tag to compare

Summary

This release contains a small quality of life addition for refactor mode. When refactor mode is enabled and a developer attempts to enter play mode, a modal warning will be shown that it should be disabled before playing. If Disable Refactor Mode is selected, play mode will be stopped and refactor mode disabled, which will cause a script recompile. If Enter PlayMode is selected, playmode will proceed and a warning issued in the console.

image

Note: If you install EntitasRedux using a .UnityPackage you must also grab the latest release of Genesis as well from here as it is not included. For better dependency handling, I would recommend using OpenUPM instead.

ADDED

  • Added a warning modal dialog to be shown when when entering playmode and refactor mode is enabled.

CHANGED

  • Refactored some internals for refactor mode for easy reuse elsewhere in the framework.

FIXED

  • NA

REMOVED

  • NA