Enforce naming across the project

Unity Naming Convention Checker

Consistent asset names are what keep a Unity project navigable. Validate every asset against your naming rules and catch the ones that break them - automatically.

A naming convention only helps if it is followed. Unity Studio Hub checks every asset in your Assets/ folder against your rules and lists exactly what breaks them, so the standard holds across the whole team.

What Unity naming conventions are

A naming convention is the agreed pattern for what assets are called: a prefix or suffix by type, a consistent case, no spaces, and predictable channel suffixes for textures. Unity's own guidance is to document your conventions and folder structure, be consistent, avoid spaces in file and folder names, and automate updates when a lot of files need changing. The checker is that automation.

Why inconsistent naming hurts teams

When names drift, everything slows down: assets are hard to find, duplicates creep in, references break on case-sensitive platforms, and new team members cannot guess where anything lives. One mis-named prefab is cheap; a project full of them is a daily tax on the whole team.

What it checks

Example naming rules

AssetAvoidPrefer
Prefabenemy final (2).prefabPF_Enemy_Grunt.prefab
Materialnew material.matM_Rock_Cliff.mat
Texturerock2.pngT_Rock_Cliff_BaseColor.png
Scenetest123.unityLevel_01_Forest.unity

Run the check, work through the flagged assets, and export a report so the standard is visible to the whole team.

Frequently asked questions

Can I use my own naming convention?

Yes. The checker compares assets against a convention, so it flags exactly which assets and rules are out of line for your studio.

Does it check texture suffixes?

Yes. It validates channel suffixes such as _BaseColor, _Normal, _MaskMap, _Metallic and _AO that URP and HDRP materials expect.

Do I need Unity open to check naming?

No. It scans the Assets folder in your browser, so you can validate naming without opening the Unity Editor.

Start your free trial