Unity 添加和移除包
You can perform a variety of tasks through the Package Manager window:
- 从注册表安装新的包
- 从本地文件夹安装新的包
- 使用 Git URL 安装新的包
- 从本地 tarball 文件安装新的包
- 移除已安装的包
- 禁用内置包
- Import an Asset Store package into your project
- 更新已安装的包
- Update an Asset Store package
The procedures described in these sections obscure a lot of the details of the Package Manager is actually doing behind the scene. The Package Manager window provides a user-friendly way to install and uninstall packages, by adding and removing packages as project dependencies in your project’s manifest, and then selecting the correct version to install, which doesn’t always match the version you indicated. For more information, see Dependency and resolution.
访问 Package Manager 窗口
To open the Package Manager window, navigate to Unity’s main menu and go to Window > Package Manager.
从 Window 菜单中访问 Package Manager 窗口
更多建议: