Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LicensingUtility

Use the Licensing Utility class to request user permissions. User permissions are referred to as entitlements, which are simple strings, ie. "com.unity.editor.ui".
Read time 1 minuteLast updated 6 days ago

Definition

public static class LicensingUtility

Static Methods

Method

Description

HasEntitlementChecks if the current user is entitled to a specific entitlement.
HasEntitlementsChecks if the current user is entitled to a list of entitlements.
HasEntitlementsExtendedRetrieves extended information about the license file and its contents, including custom data attached to individual entitlements.
InvokeLicenseUpdateCallbacksNotifies all compononents that have been registered to act upon licensing changes.
UpdateLicenseTriggers an update to all available license types found on this machine.