pmgl / microstudio

Free, open source game engine online
MIT License
936 stars 106 forks source link

Editors - Every editor should allow to download single assets #201

Open HomineLudens opened 1 year ago

HomineLudens commented 1 year ago

When editing sprites/assets/music/etc with external tools it's quite handy download original file, process it in some way, and then upload it back to the project. Right now the best way I've found is to export the whole project and then extract the backup to retrieve the desired resource, edit it and then upload it back. I'd like to have a simple button to download just the selected item.

TinkerStudio commented 1 year ago

For the time being, I wonder if that could be done through a plugin?

HomineLudens commented 1 year ago

could be done through a plugin?

Probably, but does it worth? It may be better to just invest time making it in native microStudio