Tested new implementation for models
This commit is contained in:
@@ -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 = () =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user