Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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
assetNamingUsesSpace
to
false
to turn this behavior off.