This documentation is for Unity SDK 1.x through 3.x. If you are using Unity SDK 4.x or above, please visit our new documentation.

Ask a Question

Ask a Question
Back to all

Load content values in content manager programmatically (Unity)

I created a custom content type: "Tilemap" and I wanted to serialize all my levels as json and publish them (to the content manager). This way I could release new levels without releasing a new client version.

Ideally I want to be able to load in all my level gameobjects and create content programmatically. How should I approach this?