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

Following this blog 

http://blog.audiokinetic.com/footsteps-material-management-using-wwise-/-unreal-engine-4-/-unity-3d 

On profiler, it receives the Switch to "[material]" for footsteps, showing as the picture in the blog, but the corresponding container does not switch. It sticks to default object. Double checked:

- Assigned objects on the Switch container correspond to Random containers.

- On GameSync Switch group with corresponding switches.

- Scope of random containers to switch from is Game Object

- Correct sound reproduction of footsteps containers when switched from transport or selection.

If someone has an idea of what I might be missing I'll be really happy. Thank you.

Here an example from the log: (keeps triggering gravel sounds after the switch to snow has been received)

00:32:25.813    Switch   Switch to "Snow"    Material    FirstPersonCharacter_C_0    Game Object    0
 00:32:26.048    Event    Event Triggered    Play_FS_Pawn    FirstPersonCharacter_C_0    Game Object    251
 00:32:26.048    Action Triggered    Play    FS_Pawn    FirstPersonCharacter_C_0    Game Object    251
 00:32:26.048    Notification    Playing    FS_Gravel_04    FirstPersonCharacter_C_0    Game Object    251
 00:32:26.048    Notification    End Reached    FS_Gravel_02    FirstPersonCharacter_C_0    Game Object    250
 00:32:26.048    Notification    Event Finished        FirstPersonCharacter_C_0    Game Object    250
 00:32:26.474    Event    Event Triggered    Play_FS_Pawn    FirstPersonCharacter_C_0    Game Object    252
 00:32:26.474    Action Triggered    Play    FS_Pawn    FirstPersonCharacter_C_0    Game Object    252
 00:32:26.474    Notification    Playing    FS_Gravel_01    FirstPersonCharacter_C_0    Game Object    252

 

 

 

dans General Discussion par Alvaro L. (150 points)
I'm having the exact same issue but my profile capture log lists as Local Player just like the example online. Everything else checks out ok as far sound corresponding to the material via auditioning Switches on transport etc...  I'm on OS X Sierra and noticed a few bugs already, had to restart a few times during lesson 2 and 3. I'm curious if you are on the same OS(Sierra?).

1 Réponse

0 votes
Did you ever figure out what your issue was? I seem to be having the same problem.
par Andrew T. (180 points)
In my tutorial I've used ThirdPersonCharacter and it seems you are trying with FirstPersonCharacter, so you just have to change 2 things in your BP :
- "CastToFirstPersonCharacter" instead of "CastToThirdPersonCharacter"
- "Target -> Mesh2P" box instead of "Target -> Mesh"
...