Naming Objects
Naming your objects is essential for organization and clarity within your scenes. This feature allows you to easily identify and manage your objects.
Steps to Rename Objects
To rename an object, follow these steps:
- Select the object(s) you want to rename.
- Go to Object > Rename or press
F2. - In the Rename Dialog, enter the new name and hit
Enteror click OK.
You can also rename an object directly in the Inspector by entering the new name.
Naming Conflicts
All object names within an asset must be unique. If the name you choose is already taken, an index postfix will be added automatically (e.g., "Tree" becomes "Tree1"). When renaming multiple selected objects, each will receive a unique postfix to avoid conflicts.
Name Formatting
All names are automatically converted to "Title Case," where the first letter is uppercase and all other letters are lowercase. Object names are not case-sensitive, meaning "Tree" and "tree" would be considered the same name.
Naming Rules
Ensure that names adhere to the following naming rules:
- Names must be at least one character long.
- Allowed characters include: a-z, A-Z, 0-9, _ (underscore), and - (hyphen). Umlauts are not allowed.