S&box Wiki

Revision Difference

ProjectTypes#551215

<cat>Dev.Projects</cat> <title>Project Types</title> # Game Everything exists in a game. An example of a game would be the Sandbox game, or Pool. # Library The library project is our equivalent of nuget packages. You can create a common library of code and publish it as a package. This enables you to re-use the same code over multiple games by adding the package as a reference. Once you have made your library public you should be aware that if you remove or change the public API of the assembly you risk breaking projects that are referencing it. <note>In the future we'll be offering tools to help avoid this situation, like letting you reference a specific version of a package, and letting you test your library changes against other packages that are referencing it before publishing</note> <note>In the future we'll be offering tools to help avoid this situation, like letting you reference a specific version of a package, and letting you test your library changes against other packages that are referencing it before publishing</note>⤶ ⤶ # Addon⤶ ⤶ Addons allow you to build on top of and modify existing games.⤶ ⤶ # Content⤶ ⤶ Content addons are primarily used to share content between projects.⤶ ⤶ - If you're making a map that can be used by more than one game.⤶ - If you're making art assets that can be used more than one game.⤶ ⤶ # Tool⤶ ⤶ You can make custom tools. These aren't published on asset.party, but you can share them within your team in order to speed up your workflow for your needs.⤶ ⤶