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# scriptsA piece of code that allows you to create your own Components, trigger game events, modify Component properties over time and respond to user input in any way you like. More info
See in Glossary
.

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 in scripts Use the prescribed path scheme to access or refer to assets within a package.

Additional resources


Did you find this page useful? Please give it a rating:

Finding package documentation
Scripting API for packages