assetNamingUsesSpace
Controls whether to insert a space before a number in duplicated Asset names.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor
public static bool assetNamingUsesSpace { get; set; }
Remarks
Unity adds successive numbers to a duplicated asset's name. By default, it adds a space before the number. Set to to turn this behavior off.
assetNamingUsesSpacefalseAdditional Resources: EditorSettings.gameObjectNamingScheme, EditorSettings.gameObjectNamingDigits.