Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Question System.Speech.Synthesis/ .NET / TTS (How do you set this up with Visual Scripting?)

Discussion in 'Visual Scripting' started by REDACT3D_, Sep 17, 2022.

  1. REDACT3D_

    REDACT3D_

    Joined:
    Nov 8, 2020
    Posts:
    222
    Hey guys,

    Ultimately, I'm looking to add runtime dynamic speech synthesis to my projects. only needs to run on windows and I'm not that concerned about cross platform or anything like that so figured why not try and use System.Speech.

    But uh ha! it appears as if it's not included in Unity? Or at least it doesn't show up in the Visual Scripting Assemblies list that is viewable from the Project Settings window. ss.jpg


    Basically, I'm askin': does anyone know how to successfully add text to speech nodes to visual scripting.
    What exactly would the steps be?
    If it's possible, I dono lol