Search Unity

Core Manager RELEASED

Discussion in 'Assets and Asset Store' started by uurha, Jun 21, 2021.

  1. uurha

    uurha

    Joined:
    Nov 15, 2020
    Posts:
    21
    CoreManagerSocial.png

    I've just got approved by Asset Store Team and my asset now available in the Asset store.

    In short, I create an asset to replace DI with a God object. This asset allows you to create systems not dependable on other systems and just listening to events. Also while using this asset you don't need to serialize objects inside one scene.

    In addition, this asset contains some features that will help you to improve your programming experience with Unity. For example, Core Manager contains base validation attributes (null check for serialized fields, prefab check) (and it's easy to an extent), prebuild and pre "Play mode" check for all validation attributes, a logger that strips logs from release build.

    And some important features are coming such as Console which displayed in build (can be both camera space or overlay and the world one).

    https://assetstore.unity.com/packages/tools/utilities/core-manager-195541

    Do not hesitate to create issues and leave your feedback here: https://github.com/uurha/CoreManagerDocumentation

    And Documentation Link: https://uurha.github.io/CoreManagerDocumentation/
     
  2. uurha

    uurha

    Joined:
    Nov 15, 2020
    Posts:
    21
    Hi everyone, recently Asset Store approved a new version of Core Manager.
    New version 1.0.1 contains NEW features, such as:
    1. Runtime Console - this console allows you to see Unity Logs from any script and plugin just directly in-game. This console contains text search, log type hide/show.
    2. Logger - Debug class add-on that strips from release builds. If you want to leave this in the release build just open CoreManager prefab and just press "Define ENABLE_RELEASE_LOGS".
    3. Scene Loader - SceneManager class add-on allows you to serialize Scene Asset in Inspector and use scene through it.
     
  3. uurha

    uurha

    Joined:
    Nov 15, 2020
    Posts:
    21
    Some showcases: