Skip to content

Instantly share code, notes, and snippets.

View DooblyNoobly's full-sized avatar

Doobly DooblyNoobly

  • Smashing Pixels Pty Ltd
  • Brisbane
  • 10:22 (UTC +10:00)
View GitHub Profile
@DooblyNoobly
DooblyNoobly / GoogleCloudTTS.cs
Last active September 9, 2023 09:26
Example of using Google Cloud TTS in Unity3D
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using UnityEngine;
using Newtonsoft.Json;
public class GoogleCloudTTS : MonoBehaviour
{