Version: 2018.1

GameObjectUtility.GetUniqueNameForSibling

Switch to Manual
public static string GetUniqueNameForSibling (Transform parent, string name);

Parameters

parentTarget parent for a new GameObject. Null means root level.
nameВозвращает navmesh слой для указанного GameObject'а.

Returns

string Возвращает navmesh слой для указанного GameObject'а.

Description

Get unique name for a new GameObject compared to existing siblings. Useful when trying to avoid duplicate naming. When duplicate(s) are found, uses incremental a number after the base name.