Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

46 lines (26 loc) · 2.51 KB

Change Log:

1.4.1

  • Bug Fix: fix namespace and compilation error in Manager.

1.4.0

  • New Feature: added static helper class, Manager: handles starting and stopping coroutines for any non-MonoBehaviour scripts. Also has events for Update, LateUpdate, and FixedUpdate.

1.3.0

  • New Enhancement: allowing one to edit SettingsEditor by overriding the UxmlPath property.

1.2.0

  • New Feature: added abstract class, SettingsEditor. This editor simply displays one button, prompting the user to open the Project Settings window instead.
  • New Feature: added abstract class, SettingsPropertyDrawer This PropertyDrawer automatically calls Reset(SerializedProperty) as soon as the user sees the serialized variable in the inspector. Provides an opportunity for the developer to replace the variable with an existing asset in the project.
  • Bug Fix: fixed ComponentSingleton to actually work on runtime.

1.1.0

  • New Feature: added ComponentSingleton, which creates a singleton instance of a component!

1.0.0

  • Marking this package as stable, given it's relatively small footprint and unlikeliness to cause problems.

0.1.2-preview.2

  • New Enhancement: upgrading the assembly definitions and package files.

0.1.2-preview.1

0.1.1-preview.1

  • Updating version of each dependency libraries.
  • Updating Singleton to compile with latest dependency changes.

0.1.0-preview.1