defold icon indicating copy to clipboard operation
defold copied to clipboard

Add .proto files to the editor

Open JCash opened this issue 5 years ago • 1 comments

It's beneficial for the editor scripts to have the .proto definitions available, in order to correctly load/save files in our file formats.

We could bundle the .proto files in a zip, which is then bundled with the editor, and subsequently unpacked at startup.

Since the files are small, they could be stored as-is as well.

JCash avatar Jun 15 '20 09:06 JCash

+1

It would also be handy to have a standalone .zip download (like the new defoldsdk_headers.zip package) for all the definition files, that way external tools can use them without having to fetch the 300MB of stuff defoldsdk.zip comes with.

JustAPotota avatar Jun 16 '24 17:06 JustAPotota