skeskinen / UnrealMimic

UE4 Text-to-Speech plugin
MIT License
70 stars 27 forks source link

Mimic Voice object does not show up in search in editor #4

Closed EntryGames closed 6 years ago

EntryGames commented 6 years ago

The demo download works but if you delete the object, it can't be added back. See pic.

voice

skeskinen commented 6 years ago

Mimic Voice is asset file that you can to add to the project like other assets (textures, models, etc.). You can download .flitevox files from here https://github.com/MycroftAI/mimic/tree/67e43bf0fa56008276b878ec3790aa5f32eb2a16/voices

EntryGames commented 6 years ago

what i mean is the Mimic Voice type it self, is not available. Its available on the editor on the demo project, but when creating a new project, the voice type is inaccessible, the utube video show another object on the variable search. - see pic - untitled-2

skeskinen commented 6 years ago

Hmmm, apparently UnrealMimic is not marked as blueprint type. I pushed simple fix that should the problem, but don't have UE installed atm and the launcher keeps crashing so I can't test it or even try if it compiles.

EntryGames commented 6 years ago

Awesome, that works, thatnks