Skip to content

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:

  1. Select the object(s) you want to rename.
  2. Go to Object > Rename or press F2.
  3. In the Rename Dialog, enter the new name and hit Enter or 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:

  1. Names must be at least one character long.
  2. Allowed characters include: a-z, A-Z, 0-9, _ (underscore), and - (hyphen). Umlauts are not allowed.