Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -261,6 +261,7 @@ public class Move : MonoBehaviour | ... | @@ -261,6 +261,7 @@ public class Move : MonoBehaviour |
261 | //lsy end | 261 | //lsy end |
262 | 262 | ||
263 | exercise = ClickExercise.selected_exercise; //ClickExercise에서 선택한 운동이 무엇인지 String으로 넘어옴. | 263 | exercise = ClickExercise.selected_exercise; //ClickExercise에서 선택한 운동이 무엇인지 String으로 넘어옴. |
264 | + exercise = "Squat"; | ||
264 | Debug.Log(exercise); //Squat, SideHiKick, Lunge 에 따라서 Trainer움직이고, 사용자에게 instruction주기 | 265 | Debug.Log(exercise); //Squat, SideHiKick, Lunge 에 따라서 Trainer움직이고, 사용자에게 instruction주기 |
265 | 266 | ||
266 | if (exercise == "Squat") | 267 | if (exercise == "Squat") | ... | ... |
-
Please register or login to post a comment