Version

menu_open
Wwise SDK 2024.1.0
ak.wwise.ui.project.create Arguments Schema

Schema

{
"type": "object",
"properties": {
"path": {
"type": "string",
"pattern": "\\.[Ww][Pp][Rr][Oo][Jj]$",
"description": "The path to the project WPROJ file. The path must use the same name for the WPROJ and the parent directory folder. For example: c:\\\\Projects\\\\MYPROJECT\\\\MYPROJECT.wproj. For using WAAPI on Mac, please refer to \\ref waapi_path_on_mac ."
},
"platforms": {
"anyOf": [
{
"type": "object",
"description": "One plateform create",
"properties": {
"name": {
"type": "string",
"pattern": "^[a-zA-Z_]+[a-zA-Z_0-9()]*$",
"description": "The name of the platform"
},
"basePlatform": {
"type": "string",
"pattern": "^[a-zA-Z_]+[a-zA-Z_0-9()]*$",
"description": "Base platform supported by Wwise SDK. Must have one of the these values: Android, iOS, Linux, Mac, Switch, PS4, PS5, Windows, XboxOne, or XboxSeriesX"
}
},
"required": [
"basePlatform"
],
"additionalProperties": false
},
{
"description": "Array of platforms to create",
"type": "array",
"items": {
"type": "object",
"description": "One plateform create",
"properties": {
"name": {
"type": "string",
"pattern": "^[a-zA-Z_]+[a-zA-Z_0-9()]*$",
"description": "The name of the platform"
},
"basePlatform": {
"type": "string",
"pattern": "^[a-zA-Z_]+[a-zA-Z_0-9()]*$",
"description": "Base platform supported by Wwise SDK. Must have one of the these values: Android, iOS, Linux, Mac, Switch, PS4, PS5, Windows, XboxOne, or XboxSeriesX"
}
},
"required": [
"basePlatform"
],
"additionalProperties": false
}
}
],
"description": "Specifies the platform or platforms supported by the new project. If not specified, only Windows is used."
},
"languages": {
"type": "array",
"items": {
"type": "string",
"description": "The name of the language."
},
"description": "Array of languages to creates for this project. If not specified, the English(US) language is created. When multiple languages are specified, the first one becomes the default language."
}
},
"required": [
"path"
],
"additionalProperties": false
}

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise