Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/defold/extension-simpledata

Example how to bring custom data to a game object
https://github.com/defold/extension-simpledata

Last synced: 4 months ago
JSON representation

Example how to bring custom data to a game object

Awesome Lists containing this project

README

        

[![Build with bob](https://github.com/defold/extension-simpledata/actions/workflows/bob.yml/badge.svg)](https://github.com/defold/extension-simpledata/actions/workflows/bob.yml)

# Simple data component for Defold

Defold [native extension](https://www.defold.com/manuals/extensions/) for adding pre created data components.

[Manual, API and setup instructions](https://www.defold.com/extension-simpledata/) 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](./README_STRUCTURE.md)

Next, it's good to understand the data flow - [README_DATA_FLOW.md](./README_DATA_FLOW.md)

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

* [README_ENGINE_RESOURCE.md](./README_ENGINE_RESOURCE.md)
* [README_ENGINE_COMPONENT.md](./README_ENGINE_COMPONENT.md)