Pack and sign your Unity Package Manager (UPM) package so it’s ready for distribution and compatible with Unity’s package signature ecosystem.
If you use the scripting API to process packages, you can use the Client.Pack method to create a signed package. For other methods, refer to Methods for signing packages.
One of Client.Pack method’s parameters is the ID of the organization that owns the package.
Follow these steps to get the organization ID and call the Client.Pack method:
Go to the Unity Cloud Dashboard and select the organization you want to use for signing. For information about selecting or switching organizations, refer to Switch organization.
Note: For large projects whose contributors span multiple organizations, be sure to select the wider organization (or company-wide organization). If that organization doesn’t exist yet, refer to Considerations for companies with multiple organizations.
Copy the Organization ID value. Refer to Identify the organization ID.
Make sure you’re signed in to the Unity Editor as a member of the organization from the previous step.
Call the Client.Pack method and include the organization ID that you copied in a previous step.