Version: Unity 6.7 Alpha (6000.7)
Language : English
Finding package documentation
Scripting API for packages

Package management with the scripting API

Use the Package Manager scripting API to interact with the Package Manager through C# scripts.

For example, you might want to install a specific package or version of a package depending on the platform of the target device.

Topic Description
Scripting API for packages Learn how you can use C# to manage packages in your projects.
Access package assets using scripts Use the prescribed path scheme to access or refer to assets within a package.

Additional resources

Finding package documentation
Scripting API for packages