-
-
Notifications
You must be signed in to change notification settings - Fork 12
StringFormatter
James edited this page Jul 10, 2025
·
6 revisions
The String Formatter is used to format strings in the build task. It supports commands that can be used to insert values into the string.
The following commands are available:
- {bundleVersion}: The version of your project as specified in Player Settings.
- {companyName}: The name of your company as specified in Player Settings.
- {date}: The current local date in the format YYYY-MM-DD.
- {dateTime}: The current local date and time in the format YYYY-MM-DD HH-MM-SS.
- {projectName}: The name of your product as specified in Player Settings.
- {time}: The current local time in the format HH-MM-SS.
- {unityVersion}: The version of Unity you are using.
- {version}: The version of your project as specified in Player Settings.