This package implement the concept of atoms (scriptable objects) in Unity.
At this moment, it has variables, events and listeners.We can use Unity ScriptableObjects (SOs) to store data in a game project, following a Data Driven architecture. Thus, a MonoBehaviour script A do not need depend on another MonoBehaviour B. They can use the data that are stored in a SO X. On the Unity Editor, all scripts that need any information stored in X, can reference this using a property and can be configured already in a prefab.Read mehttps://github.com/icaro56/simple-atoms-so/blob/main/README.mdYou can install this package via UPM. Follow the readme link.This asset is a simple version of Unity Atoms library. You can create:- atom variables- atoms events- atoms listenersThis version have generator to help to create atoms.menu path: Tools/Simple Atoms/Generator