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
Given we want to support active extension development (meaning folks are updating blocks regularly, etc.), we need to introduce some kind of versioning system to extension blocks + saved scratch projects (.sb3 files -- which are really just zip files containing a json file describing the blocks in use, as well as any saved media, e.g. sounds, images).
The current scratch serialization system (or at least the copy present in this codebase) is very fragile to block definition changes.
The text was updated successfully, but these errors were encountered:
Given we want to support active extension development (meaning folks are updating blocks regularly, etc.), we need to introduce some kind of versioning system to extension blocks + saved scratch projects (
.sb3
files -- which are really just zip files containing a json file describing the blocks in use, as well as any saved media, e.g. sounds, images).The current scratch serialization system (or at least the copy present in this codebase) is very fragile to block definition changes.
The text was updated successfully, but these errors were encountered: