defold / extension-simpledata

Example how to bring custom data to a game object
MIT License
9 stars 2 forks source link

Build with bob

Simple data component for Defold

Defold native extension for adding pre created data components.

Manual, API and setup instructions is available on the official Defold site.

About the process

Documentation

This extension serves as an example of how it's possible to add your own extension that allows you to edit your content in the Editor, and then bundle it using Bob, and ultimately use it in the Engine.

First let's look at the folder structure - README_STRUCTURE.md

Next, it's good to understand the data flow - README_DATA_FLOW.md

Here is some further info about the specifics of the engine parts: