Unity Atoms for Data-Driven Development
A lightweight package for Unity that enables data-driven development using ScriptableObjects, allowing for decoupling of game logic and data storage.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. FREE
- Category:
- Add-ons
- Developer:
- Icaro's code assets
- Price:
- FREE
- Favorites:
- 12
- Supported Unity Versions:
- 2021.3.5 or higher
- Current Version:
- 1.1.0
- Download Size:
- 125.81 KB
- Last Update:
- Feb 27, 2023
- Description:
- This package implements the concept of atoms in Unity, providing a simple and efficient way to store and manage data in a game project. It uses ScriptableObjects to store data, allowing for a data-driven architecture where scripts can access and configure data without relying on other scripts. This approach enables better organization, reusability, and maintainability of code. The package includes features such as variables, events, and listeners, making it easy to create and manage complex game logic.
- Technical Details:
- This package includes the following features:
- Atom variables for storing and managing data
- Atoms events for triggering actions and responses
- Atoms listeners for reacting to events
A generator tool is also provided to help create atoms, accessible via the menu path: Tools/Simple Atoms/Generator - Continue ยป