Warning: you were redirected to the latest documentation corresponding to your major release ( 2024.1.1.8691 ). Should you wish to access your specific version's documentation, please download the offline documentation from the Audiokinetic Launcher and check the Offline Documentation option in Wwise Authoring.
link
Wwise SDK 2024.1.1
ak.wwise.console.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!