Version: 2022.3
LanguageEnglish
  • C#

EditorSettings.gameObjectNamingScheme

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static EditorSettings.NamingScheme gameObjectNamingScheme;

Description

Indicates which naming scheme to use for duplicated GameObjects.

When a GameObject is duplicated or instantiated, Unity copies the original GameObject's name and appends it with successive numbers. Unity supports several naming schemes, with the default being EditorSettings.NamingScheme.SpaceParenthesis.

For example, when a GameObject named "Prefab" its duplicated or instantiated, Unity names it "Prefab (1)", and then "Prefab (2)" if it is duplicated or instantiated again.

Additional resources: NamingScheme, gameObjectNamingDigits, assetNamingUsesSpace.