PackageInfo.name

Switch to Manual
public string name;

Description

A read-only string property that contains the unique name of a package.

  • Package names must follow the reverse domain name convention. For example, com.unity.textmeshpro.
  • This property is different from PackageInfo.displayName, which is a user-facing, easy-to-read name.
  • Use this property as the key identifier for package operations.

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