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?