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
Instead of serving each individual schematic file, build a node tool that processes and packages all schematics into a compressed blob which will be provided at init.
This will simplify the process of sharing schematics across different environments (e.g., server, client) and allow the world to load all required schematics at once during initialization.
To avoid loading unnecessary schematics, world will parse input config to determines which schematics are required
The text was updated successfully, but these errors were encountered:
Instead of serving each individual schematic file, build a node tool that processes and packages all schematics into a compressed blob which will be provided at init.
This will simplify the process of sharing schematics across different environments (e.g., server, client) and allow the world to load all required schematics at once during initialization.
To avoid loading unnecessary schematics, world will parse input config to determines which schematics are required
The text was updated successfully, but these errors were encountered: