This project should explain in detail how to create a UnityAndroid Plugin using TTS (Text-To-Speech) on Android natively.
- contains an Unity 6 and Android Studio Android Studio 2024.3.1 Patch 1 project (will branch this project once a new Unity version is available)
- detailed step-by-step description on how to use them.
- detailed step-by-step description on how to create your own.
/doc/: Documentations/UnityPlugin/: Android Studio projectAndroidTTSPlugin/: Module to access TTS. Can exportedaarwhich used as a plugin in Unity to access native TTS.app/: Example application to testAndroidTTSPlugindirectly from an Android Studio emulator
/UnityExample/: Unity 6 project- TBD
Those guides are recommended for getting started to create your own implementation.