La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

Is Wwise Unity integration too large for Github?

0 votes
I'm working remotely on a Unity game project for Gamekedo Club. Starting with a fresh Unity project - after adding Wwise integration the file is 2.47 GB (1.6GB of this is the plugins folder).

The file takes a really long time to upload to Github and after an hour and a half of uploading Github times out.

Can Wwise be used remotely like this? Is there any way to reduce the file size?
demandé 15-Mar-2017 dans General Discussion par Micky T. (100 points)

1 Réponse

+2 votes
You don't need to put up the Unity integration files on the repo. Let each user install the plugin locally to avoid clouding up the repo. Hope this helps!
répondu 21-Mar-2017 par Deepak Chennakkadan (1,830 points)
I tried doing this but all Ak script components in my scenes lost their references to the Wwise scripts once I cloned the project on a different machine. Does the Wwise Unity integration maybe not include the .meta files and so each time Wwise is integrated then maybe all the scripts get a unique GUID that only applies to that one integration?
...