Version: 2021.3
언어: 한국어

EditorSettings.gameObjectNamingScheme

매뉴얼로 전환
public static EditorSettings.NamingScheme gameObjectNamingScheme ;

설명

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.

See Also: NamingScheme, gameObjectNamingDigits, assetNamingUsesSpace.