Skip to main content

Unity Atoms

Tiny modular pieces utilizing the power of Scriptable Objects

Modular

Avoid scripts and systems directly dependent on each other.

Asset 21

Editable

Scriptable Objects makes it possible to make changes to your game at runtime.

Debuggable

Modular code is easier to debug than tightly coupled code.