packager
packager copied to clipboard
Packager should be able to read the config json comment in the stage sprite
Honestly this is only a small inconvenience, but every time I hit package project and the packager hasn't been open for a while, I have to manually enter the fps, the stage size and so on and so forth, and I think it'd be really cool if it could automatically read the info from that json file that is saved as a comment to the stage, and set the settings accordingly.
The packager removes all comments. They don't exist in the final file. If you want, you can use the Runtime options extension and set all the values when the project starts.
But i'm not talking about the final file, i'm talking about how when you load in a .sb3 file, it should read that comment to fill out the runtime options part of the packager, aka this stuff
that's peculiar, i just noticed that it said "this project has settings stored in it, which may override these settings." but then how come that when i usually load in a file, everything there is in it's default state?
Ooh alright. The settings in the project file itself should actually change the values displayed in the packager instead of just saying that there are overrides. Not having it do that can be a little misleading.
Ooh alright. The settings in the project file itself should actually change the values displayed in the packager instead of just saying that there are overrides. Not having it do that can be a little misleading.
Yep, (sorry for the late reply but) I completely agree! Or in the very least, disable any form of input for those fields.
im going to close as a duplicate of #213