Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ private void StartInternal()
switch (_statusType)
{
case StatusType.Health:
if (_isPlayer)
DisableBar();
break;
case StatusType.Mana:
break;
Expand Down
2 changes: 1 addition & 1 deletion Assets/StreamingAssets/SpeechToText/HOWTO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-> For latest instructions to activate it in game, please check the Gothic Unity wiki at: https://github.com/Gothic-Unity-Project/Gothic-Unity/wiki

In general:
1. Go to Gothic Unity release page and select the one with .sentis files stored: https://github.com/Gothic-Unity-Project/Gothic-Unity/releases
1. Go to release page for v0.2.0-alpha: https://github.com/Gothic-Unity-Project/Gothic-Unity/releases/tag/v0.2.0-alpha
2. Download SpeechToText.zip with the following files:
1. vocab.json
2. decoder_model.sentis
Expand Down