Game Dev Asks, "Can You Hear me Now?" - Unity Fusion Voice Tutorial

Поделиться
HTML-код
  • Опубликовано: 23 дек 2024

Комментарии • 20

  • @GamerReality
    @GamerReality 7 месяцев назад +1

    Hello, I'm using Oculus' VR lip sync package as well as Fusion Voice 2. The lip sync package has a recorder, so how do I make a custom implementation that works to use microphone input for both?

  • @kaysan4894
    @kaysan4894 Год назад +2

    my push to talk script is not working, can you give the source code for the working push to talk script?

    • @kaysan4894
      @kaysan4894 Год назад

      this is the error that i got right now
      Assets\PushToTalk.cs(18,44): error CS0426: The type name 'CallbackContext' does not exist in the type 'InputAction'
      Assets\PushToTalk.cs(23,45): error CS0426: The type name 'CallbackContext' does not exist in the type 'InputAction'

    • @PhilipHerlitz
      @PhilipHerlitz  Год назад

      @@kaysan4894I have made all the scripts available on my patreon. But, my guess you don't have the new input system installed? Or maybe you don't have the input action set up that I used in that script?

  • @hossamgalal7157
    @hossamgalal7157 11 месяцев назад

    when i try to enable "Debug Echo" i hear nothing and instead i get this warning message " [WARNING] [FusionVoiceClient] [NetworkManager] [PV] Frame event for not inited voice #2 of player 1 " , any idea what does this mean ?

  • @Mustan__g-l1i
    @Mustan__g-l1i 9 месяцев назад

    Hey Phil, How did you get rid of that error ? at 13:38

    • @PhilipHerlitz
      @PhilipHerlitz  9 месяцев назад

      Its been ages since I made this tutorial. But, my guess is, something is trying to spawn the recorder, even though its already in the scene.

    • @Mustan__g-l1i
      @Mustan__g-l1i 8 месяцев назад

      @@PhilipHerlitz i did some experiment. I think enabling use primary recorder adds an extra recorder in the scene or something. I disabled it and dont see any of that error.

  • @ZoeHuang-ew7lg
    @ZoeHuang-ew7lg Год назад

    Thank you very much for the tutorial. but I've got a problem. When I open another client and press the 'T' key to communicate, the Speaker Indicator icon consistently appears only on the 'Host' player. Have you experienced a similar issue?

    • @PhilipHerlitz
      @PhilipHerlitz  Год назад

      Sounds like the logic that is showing hte speaker icon, does not have a 'HasStateAuthority' check on it.

  • @muhammadmansoor867
    @muhammadmansoor867 Год назад

    Can you make a video for host and client instead of gamemode.shared?

    • @PhilipHerlitz
      @PhilipHerlitz  Год назад +1

      I can pretty much guarantee that won't happen this year. I'm only using shared mode in all my projects. I haven't even attempted any of the other Fusion modes yet. I went with Shared mode, because it has the best latency for the local user. But, maybe in the future?

    • @_ciraz_
      @_ciraz_ Год назад

      Hey, i have another request. You mentioned to use RPC calls in order to create a chat or some sort of stuff like that but i did not find anything in the documentation that explains how to approach that, so I want to ask if you could also do a tutorial, in the future, on that? Thank you very much for taking your time to read this!

    • @PhilipHerlitz
      @PhilipHerlitz  Год назад +1

      @@_ciraz_ Sure. I can do a chat tutorial with fusion.

    • @_ciraz_
      @_ciraz_ Год назад

      @@PhilipHerlitz thank you very much!