Currently we can only upload places and models to existing assets.
There are some cases where you would need to upload to a new asset.
A good example of this would be transferring a model from one group to another (or animations if they get support).
An potential API could be:
remodel.writePlaceAsset(instance: DataModel)remodel.writeModelAsset(instance: Instance)
Currently we can only upload places and models to existing assets.
There are some cases where you would need to upload to a new asset. A good example of this would be transferring a model from one group to another (or animations if they get support).
An potential API could be:
remodel.writePlaceAsset(instance: DataModel)
remodel.writeModelAsset(instance: Instance)