Version

menu_open
Attention : vous avez été redirigé vers la plus récente documentation correspondant à votre version générale ( 2023.1.10.8659 ). Si vous souhaitez accéder à la documentation de votre version précise, veuillez télécharger la documentation hors ligne depuis l'Audiokinetic Launcher et sélectionner l'option de documentation Offline dans l'application de création Wwise.
Wwise SDK 2023.1.10
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
}

Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise