You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a 'hidden' variable type to the internal Variable class, that functions identical to a regular scratch variable, but is hidden from the variable list entirely. Why? Extensions would be able to more easily store values inside a project that are used often, for example:
Then the extension could provide custom reporters or blocks for interacting with these variables, or store them internally for some other purpose, and the value is saved with the project.
There is a rather hacky workaround as of right now, however I do not know of possible dangerous effects of saving and loading variables with this property, and it would be nice to have this available as an actual feature:
The workaround works but upon loading a project with 'hidden' variables, the variables discard the custom property which requires them to be reset on project load, which still ends up showing them in the toolbar until it gets reloaded.
If there is already a way to store extension variables, please tell me, I'm typing this in a frenzy at 1 in the morning so I might have missed something or explained poorly.
The text was updated successfully, but these errors were encountered:
Adding a 'hidden' variable type to the internal Variable class, that functions identical to a regular scratch variable, but is hidden from the variable list entirely. Why? Extensions would be able to more easily store values inside a project that are used often, for example:
Then the extension could provide custom reporters or blocks for interacting with these variables, or store them internally for some other purpose, and the value is saved with the project.
There is a rather hacky workaround as of right now, however I do not know of possible dangerous effects of saving and loading variables with this property, and it would be nice to have this available as an actual feature:
The workaround works but upon loading a project with 'hidden' variables, the variables discard the custom property which requires them to be reset on project load, which still ends up showing them in the toolbar until it gets reloaded.
If there is already a way to store extension variables, please tell me, I'm typing this in a frenzy at 1 in the morning so I might have missed something or explained poorly.
The text was updated successfully, but these errors were encountered: