Fundamentals

The library

Lesson 8 of 9

The library lists your installed assets and everything published to the community catalog in one browser. You can install anything you find into the open project, and publish anything you make back to the catalog.

Search narrows by category and tag, and sorts by what is being installed now, what is newest, or what is installed most.

Content addressing

Assets are stored and referenced by the hash of their contents, so a patch names the exact version of every module it uses. Opening it on another machine resolves that same version, even if a newer one has been published since.

Publishing a change does not rewrite anyone's patch. It adds another version to the store, and the patches that asked for the old one keep getting the old one.