Tested new implementation for models

This commit is contained in:
CoudronJerome
2023-03-26 22:44:43 +02:00
parent 0015c1453c
commit 9f0f48e257
24 changed files with 168 additions and 4 deletions

View File

@@ -241,6 +241,9 @@ public class HangmanGameController : MonoBehaviour
}
userList.Save();
// Hangman always uses fingerspelling
feedback.signPredictor.model = feedback.signPredictor.modelList.GetModelByIndex(ModelIndex.FINGERSPELLING);
// Set calllbacks
feedback.getSignCallback = () =>
{