Skip to content
Nate River edited this page Jan 16, 2025 · 8 revisions

Welcome to the Simple Voice Acting wiki!

Quick start

  1. At first, you need to get Invoice Number. Visit https://assetstore.unity.com/orders, find Simple Voice Acting in Order History and copy Invoice Number. It should look like IN000000000000.
  2. Return to Unity and find VoiceActingManager (ScriptableObject) inside the asset folder root. Paste your Invoice Number.

How to use

  1. Add a new locale in Locales
  2. Select Language
  3. Add new tasks to Tasks (you can also add tasks via code)
  4. Press Run scheduled

Limits

  • 256 chars per task if Invoice Number provided
  • 100.000 chars per month if Invoice Number provided

Script reference

You can make a reference to VoiceActingEditor (ScriptableObject) in your MonoBehaviour script or load it with AssetDatabase.LoadAssetAtPath. Then you can programmatically manage tasks. Don't forget to call EditorUtility.SetDirty after making any changes.

Method Arguments Description
GetAudioClip string taskId, SystemLanguage language Returns voiced text for the given task ID and language.

Limited warranty

We guarantee that our AI backend will be active for 6 months after making your purchase. The period may be extended for unlimited times in case of good asset sales.

Clone this wiki locally