packager icon indicating copy to clipboard operation
packager copied to clipboard

Packager should be able to read the config json comment in the stage sprite

Open ffghdfh opened this issue 1 year ago • 5 comments

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.

ffghdfh avatar Aug 30 '23 09:08 ffghdfh

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.

TheShovel avatar Aug 30 '23 10:08 TheShovel

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 image

ffghdfh avatar Aug 30 '23 11:08 ffghdfh

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?

ffghdfh avatar Aug 30 '23 11:08 ffghdfh

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.

TheShovel avatar Aug 30 '23 13:08 TheShovel

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.

ffghdfh avatar Sep 02 '23 18:09 ffghdfh

im going to close as a duplicate of #213

GarboMuffin avatar May 23 '24 07:05 GarboMuffin