Appearance
Getting Started
The Unity AI Voice Over Plugin is a powerful Unity Editor plugin that provides a seamless workflow directly within your project.
Installation
- Clone the Repository:bash
git clone https://github.com/Yokesh-4040/Unity-VoiceOver-Plugin.git - Copy to Project:
- Copy the
Assets/Voiceoverfolder into your Unity project'sAssetsdirectory.
- Copy the
Usage Guide
- Open the Window:
- Go to
Window > Voice Overin the Unity Editor menu (or pressCmd+Opt+V/Ctrl+Alt+V).
- Go to
- Provider Setup:
- Navigate to the Settings tab.
- Choose your Active Provider (Voiceover or Sarvam AI).
- Enter your respective API Key.
- Create a Module:
- Click
+ New Modulein the sidebar. - Give it a name (e.g., "IntroDialogue").
- Select a Default Voice for the module.
- Click
- Add Steps:
- Click the
+button next to the module name to add voice steps. - Select a step, enter your text, and click Generate Audio.
- Click the
- Save & Use:
- Once satisfied, the audio clip is automatically saved to
Assets/Voiceover/Generated/[ModuleName]. - You can now use these
AudioClipreferences in your game scripts!
- Once satisfied, the audio clip is automatically saved to