Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Releases: periodyctom/Hydrogen.Entities

New features, docuementation, and Compatibility update to Entities 0.3.0-preview.4

04 Dec 02:13
Compare
Choose a tag to compare

Changes

  • Added SingletonConvertGroup and SingletonPostConvertGroup to simplify managing order for conversion systems.
  • SingletonConvertSystem now all by default run in SingletonConvertGroup
  • All SingletonChanged* variant systems now run in SingletonPostConvertGroup
  • Bumped required Entities version to 0.3.0-preview.0, as there was little compatability problems between 0.2.0-preview, but this seems to have fixed ConvertToEntity issues.

Fixed compatibility with entities 0.2.0-preview.18

30 Nov 04:43
Compare
Choose a tag to compare

This provides minimum compatibility fixes for the latest entity packages.

Tests have been updated and checked for compatibility.

Added Samples

18 Nov 09:26
c55710a
Compare
Choose a tag to compare
Added Samples Pre-release
Pre-release
  • Added 3 samples based on various user requests:
    • Config File Loading
    • Simple Database Example
    • Simple World Converter
  • Each sample comes with a README.md file explaining various parts of the sample.
  • Added some more base classes to derive from to reduce boilerplate.
  • Removed the need to write a blob reference copy when using blob singletons, we now serialize/deserialize with an in-memory stream to create a new copy with minimal code.

Documentation Fixup

19 Oct 01:23
7a462a4
Compare
Choose a tag to compare
Documentation Fixup Pre-release
Pre-release

Fixed links in manual.md, singleton-converter-system.md, and TableOfContents.md.
Fixed some code formatting in singleton-converter-system.md.

First comprehensive release

18 Oct 03:12
Compare
Choose a tag to compare
Pre-release

Refactored and solidified Singleton API, rewrote to be more data-oriented, less reliant on MonoBehaviour Subclasses.

Fixed several bugs and design holes in the ScriptableObject -> Blob Conversion API.

Added full test coverage for both hybrid and pure DOTS code.