Dot
Adds a dot followed by a number to the name of an instantiated or duplicated GameObject ("Prefab.1").
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Field
- Namespace: UnityEditor
- Assembly: UnityEditor
Dot = 1
Remarks
When a GameObject is duplicated or instantiated, Unity copies the original GameObject's name and adds a dot followed by a number to it, for example, "Prefab.1".
Additional Resources: EditorSettings.gameObjectNamingScheme, EditorSettings.gameObjectNamingDigits.