Hello,
I’d like to know if the following is possible in the current Defold version:
- We have a Spine model, made with atlas A (imagine a character)
- We’d like to propose to our user a very large set of combination of this character (think something like 500 differents hats). That won’t fit in a single atlas and we’d like to add new hats “on the go” once the app is live (think user-generated content).
Would it be possible to generate a new atlas on our server, and then the client downloads it and replaces the current spine atlas with the downloaded one?
Any pointer to do that would be appreciated, thanks.