

- #Mac folder structure diagram install
- #Mac folder structure diagram update
- #Mac folder structure diagram download
- #Mac folder structure diagram windows
For example, if your package is called, the subfolder should also be called.
#Mac folder structure diagram windows
Using your computer’s file manager (for example the Windows File Explorer or the macOS Finder), navigate to your project folder and locate the Packages subfolder.Ĭreate a new subfolder for your package inside the Packages folder using a name that matches the package name. However, starting with a new project makes the package contents less prone to errors.
#Mac folder structure diagram install
You can also use an existing project on your computer, and embed the package under your project or install the package from a local folder. Open the Unity Hub, and create an empty project on your computer. Tip: You can provide a link to an external web page where you host this package’s documentation using the documentationUrl property in your package’s package.json manifest file.įollow these instructions if you want to create a custom package inside your project folder. Tip: You can provide a link to an external web page where you host this package’s licensing and third-party notices using the licensesUrl property in your package’s package.json manifest file. This is optional for packages that you don’t share, but strongly recommended for shared packages, so that your users don’t misuse your packages or violate any third-party licenses. You can include licenses and third-party notices in the LICENSE.md and THIRD PARTY NOTICES.md files. Tip: You can provide a link to an external web page where you host this package’s changelog using the changelogUrl property in your package’s package.json manifest file.

This is optional for packages that you don’t share, but strongly recommended for shared packages, so that users know which version best suits their needs. For more details on the chosen changelog format, see the Keep a Changelog documentation. Every new feature or bug fix should have a trace in this file.

#Mac folder structure diagram update
You can update the CHANGELOG.md file every time you publish a new version. Note: Packages can contain only samples, but you can also include samples as part of a tool or template package using the same layout and JSON structure. Rename and update the assembly definition files.Īdd samples to your package, if you have them.
#Mac folder structure diagram download
You can use the Package Manager to define project dependencies See in Glossary, resolve package dependencies, download and add packages as needed, and integrate content in your projects.įor general information on what a package is and how the Unity Package Manager works, see the Packages Packages are collections of assets to be shared and re-used in Unity.

The Unity Package Manager is the official package management system for Unity.
