Export File Naming Conventions

When selecting to export assets as individual files, files are generated for each asset and automatically named following a naming convention designed to ensure uniqueness and logical organization. There are slightly different naming conventions for project assets and system assets.

Project Asset File Names

File names for most exported asset types consist of five nodes separated by a period delimiter. The format is as follows:

<Project Name>.<Asset Type>.<Asset Name>.<Version>.xml

For example:

CommonProject.Result.HelloWorld.ver10.xml

MainProject.-NET-Script.MyNewScript.ver10.xml

System Asset File Names

File names for exported options such as Playback and Record settings consist of four nodes separated by a period delimiter. The format is as follows:

Options.<Option Type>.<User-defined Name>.xml

For example:

Options.Record.recordoption2.xml