Modular Labs – Data Asset


A lightweight Unity package for turning custom game data into reusable, editor-friendly ScriptableObject assets with inline/reference switching and persistence.


by Modular Labs


Price History +

📖 Documentation | 🛠️Support


⚠️ This package required Odin Inspector


Data Asset helps you manage persistent game data without coupling it to gameplay logic. It lets you store custom serializable data in asset form, choose between embedded values or shared references, and keep referenced data alive across scenes. The package includes editor workflows for creating and selecting data assets, plus a sample setup to get started quickly.


This package is ideal for designers and developers who want:

  • clean separation of data and logic
  • reusable shared data assets
  • easy data authoring in the Unity editor
  • support for custom serializable data classes
  • optional Odin Inspector enhancements when available