Questions et réponses de la communauté

Bienvenue sur le forum de questions et réponses d'Audiokinetic, propulsé par la communauté. C'est l'endroit où les utilisateurs de Wwise et Strata s'entraident. Pour obtenir une aide directe de notre équipe, veuillez utiliser la page « Tickets de soutien ». Pour signaler un bug, utilisez l'option Bug Report dans l'Audiokinetic Launcher. (Veuillez noter que les rapports de bug soumis au forum questions-réponses seront rejetés. L'utilisation de notre système de rapport de bug dédié garantit que votre rapport est vu par les bonnes personnes et a les meilleures chances d'être corrigé.)

Pour obtenir rapidement les meilleures réponses, suivez ces conseils lorsque vous posez une question :

  • Soyez précis : qu'essayez-vous de réaliser ou quel est le problème spécifique que vous rencontrez ?
  • Pensez à inclure les détails importants : incluez des détails tels que les versions de Wwise et du moteur de jeu, le système d'exploitation, etc.
  • Expliquez ce que vous avez essayé de faire : indiquez aux autres les mesures que vous avez déjà prises pour essayer de résoudre le problème.
  • Concentrez-vous sur les faits : décrivez les aspects techniques de votre problème. Se concentrer sur le problème aide les autres personnes à trouver rapidement une solution.

+2 votes
Hi, We are currently using Perforce as our primary source control solution.

We have been banging our heads up against a wall on this one, it didn't happen in our previous source control system (bitbucket).

I check out the full depot / workspace and integrate wwise into unity using the launcher. All scripts, soundbanks, integration works fine, everything is ready to go.

I submit this project and all containing files (tried in unity and P4V client) and the other team members (with matching wwise versions installed) go to the launcher as a different team member (different PC) and it still wants to integrate wwise into unity.

You can go around and around with submits and it seems like EVERY user has to conduct this integration.  Any ideas on what we are doing wrong here, i am very capable using wwise but getting this integration to stick is becoming a nightmare.

Cheers!
dans General Discussion par TAFENSW (270 points)

2 Réponses

+1 vote
Forgot to post my answer :)

So if you are integrating wwise into unity and perforce and have an existing wwise integration:

1. check out assets\wwise folder under the unity project

2. check out the projectsettings\projectsettings.asset file (and meta)

3. When integrating choose 'integrate directly into unity project'  (for some reason perforce has issues using the temporary folder option and skips some files when creating a changelist).

Pretty much same deal for a fresh project.  Has worked each time.
par TAFENSW (270 points)
+1 vote
I had the same exact issue with Unreal, Wwise, and Perforce! I just figured it out.

Somehow the actual Wwise plugin folder wasn't pushed through perforce when I submitted everything.
In case anyone has the same issue with Unreal and Wwise integration, in Perforce:
go to (yourprojectname) -> plugins -> wwise and make sure that the whole folder is pushed through. also make sure that (yourprojectname) -> content -> WwiseAudio folder is pushed too.

cheers(:
par Meg M. (170 points)
...