AceLand Unity Packages
  • Home
  • Getting Started
    • Installation
    • Project Settings
    • Architecture Graph
    • Development Level
  • Tutorial
    • Create Your Package
    • Create Project Settings
  • Packages
    • Library
      • Change Log
      • Editor Tools
      • Mono
        • Follow Object
        • Singleton
      • Attributes
        • Conditional Show
        • Inspector Button
        • ReadOnly Field
      • Build Leveling
      • CVS
      • DataTools
      • Disposable Object
      • Extensions
      • Json
      • Kalman Filter
      • Optional
      • Project Setting
      • Serialization Surrogate
      • Utils
    • Event Driven
      • Change Log
      • Event Bus
      • Signal
    • Input
      • Change Log
    • Memento Service
      • Change Log
    • Node Framework
      • Change Log
      • Mono Node
    • Node For Mono (dev)
    • Player Loop Hack
      • Change Log
    • Pool
      • Change Log
    • Security (dev)
    • States
      • Change Log
    • Task Utils
      • Change Log
    • WebRequest
      • Change Log
Powered by GitBook
On this page
  • Development
  • Beta
  • Experimental
  • Published
  • Obsolete
  1. Getting Started

Development Level

Development

Package is in development progress and not yet published. Document is a draft of functions.

There will be included dev in document name.

version is 0.x.x


Beta

A beta version will be published on Github only. There is no package published on OpenUPM.

The usage and package structure may be changed. There is no promise on any error or bug fix on schedule. It is not recommended on any published project.

There will be included beta in document name.

version is 0.x.x


Experimental

A published version and work fine. However it is not bug-free version. Reported bugs will be fixed as soon as possible.

This version is not a perfect version. User experience is not good. Many settings or initialization processes should be handle manually.

Good Unity Experience is required to use this version.

There will be included exp in document name.

version is 1.x.x or above


Published

All other version is a published package.

There is a Change Log page that includes:

  • unreleased logs - future planned updates

  • update logs - past logs since published

version is 1.x.x or above


Obsolete

Class or Package will be marked as obsolete, and will be removed in next few versions.

Please read the document for replacement.

There will be included obs in document name.

Last updated 3 months ago