Unity Atoms

Unity Atoms

Unity Atoms is an open source library that aims to make your game code:

  • 📦 Modular - avoid scripts and systems directly dependent on each other
  • ✏️ 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

This package is for more advanced usage, where you’d like to build a more complex game logic.

 

Please follow the guide on how to install the package.

The tutorials are very helpful to get an introduction.

 

Atoms Variables

 

Atoms Hooks

 

Atoms Input Interpreter