Resolve WES-100 "Natml integration"
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
"Unity.TextMeshPro",
|
||||
"AccountsScripts",
|
||||
"InterfacesScripts",
|
||||
"Tween",
|
||||
"SignPredictor"
|
||||
"SignPredictor",
|
||||
"NatML.ML",
|
||||
"Tween"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
|
||||
@@ -152,8 +152,7 @@ public class CoursesController : AbstractFeedback
|
||||
void Start()
|
||||
{
|
||||
StartCourseController();
|
||||
|
||||
signPredictor.SetModel(course.theme.modelIndex);
|
||||
signPredictor.ChangeModel(course.theme.modelIndex);
|
||||
AddSelfAsListener();
|
||||
}
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user