name
A read-only string property that contains the unique name of a package.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEditor.PackageManager
- Assembly: UnityEditor.CoreModule
public string name { get; }
Remarks
- Package names must follow the reverse domain name convention. For example, com.unity.textmeshpro.
- This property is different from displayName, which is a user-facing, easy-to-read name.
- Use this property as the key identifier for package operations.