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.

+1 vote
Currently in the process of doing Course 301, lesson 2, and since the attenuation spheres weren't working (even after doing Max Attenuation on, etc) i started messing around with trying to see if it actually generates the soundbanks correctly.

When generating from Wwise it works, but when generating from Unity it gives Fatal error saying can't write Wwise_IDs.h file. i triple checked that soundbanks go to streaming assets/audio/generated soundbanks and that that folder is set for the soundbanks in both Wwise and unity. i am also using the recommended versions of Wwise, WAG and Unity, and checked that the correct Wwise exe is set for unity, and that i'm using the correct Wwise project set for Unity (which also is a bit confusing, since there are Wwise projects in the Wwise-301 folders as well as the WwisePrject folder)

I also tried creating an extra event in wwise just to see if it shows up in Wwise picker in unity after generating, but it does not. I've deleted and re-generated the soundbanks multiple times, as well as trying different folders (such as the GeneratedSoundBanks folder in WwiseAdventureGameSource) but nothing seems to change anything.

in the folder it also shows only the folder "english" and bunch of smaller files, not the normal hierarchy of Windows, mac etc., don't know if that's relevant.

Thanks in advance for your help, i hope i can get back to the course
dans General Discussion par Miika U. (120 points)

1 Réponse

0 votes
It works for me:

1.Go to Project>Project Settings>SoundBank

2.Modify Header file path. I use Windows platform so my path is ..\WwiseAdventureGameSource\Assets\StreamingAssets\Audio\GeneratedSoundBanks

3.Generate SoundBank in UnityEngine. Then the Unity log shows me the generation is successful.

 

I notice that the default path of header file path is "Z:\...." that is not for Windows platform. Maybe it is the reason causes this bug.
par Ziyu Liu (140 points)
i got this same problem and this did not fix it
...