Version: 2022.3
LanguageEnglish
  • C#

EditorSettings.NamingScheme.SpaceParenthesis

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

Description

Adds a space and a number in parenthesis to the name of an instantiated or duplicated GameObject ("Prefab (1)").

When a GameObject is duplicated or instantiated, Unity copies the original GameObject's name and adds a space and a successive number in parenthesis to it, for example, "Prefab (1)".

Additional resources: EditorSettings.gameObjectNamingScheme, EditorSettings.gameObjectNamingDigits.