To use UnityNeuroSpeech, you will need to configure some initial settings. Donβt worry β it only takes a few minutes.
π Opening the Settings
Go to UnityNeuroSpeech β Create Settings in the Unity toolbar.
Youβll see the window with these settings:
π₯ General
Setting |
Description |
Logging type |
Controls how much info you want to see in the Unity console |
Not in Assets folder |
Check this if you moved the framework folder outside the default location |
Directory name |
For example: if your folder path is Assets/MyImports/Frameworks , enter MyImports/Frameworks |
π€ Agents
Setting |
Description |
Emotions |
Add at least one emotion. These are passed to the LLM |
Request timeout(secs) |
Timeout for requests to local TTS Python server |
π Python
Setting |
Description |
Enable Python debug |
Enables debug for local TTS Python server |
Absolute path to main.py |
Full path to main.py in Server/ folder |
π Advanced
Setting |
Description |
Custom Ollama URI |
If empty, Ollama URI will be default "localhost:11434" |
Custom TTS URI |
If empty, TTS URI will be default "localhost:7777" |
π When you're done, click Save.
Now you can work with UnityNeuroSpeech and start setting up your scene!