[Unity] StopCoroutine이 먹히지 않을 때
- 유니티
- 2018. 8. 8. 00:12
StartCoroutine("AttackEnemy");
StopCoroutine("AttackEnemy");
또는
Coroutine lastRoutine = null;
lastRoutine = StartCoroutine(YourCoroutine());
StopCoroutine(lastRoutine);
참조 : https://answers.unity.com/questions/934490/stopcoroutine-is-not-stopping-my-coroutines.html
'유니티' 카테고리의 다른 글
[Unity] Coroutine Delayed Calls (0) | 2018.08.27 |
---|---|
[유니티] 프로젝트 2개 이상 실행하기 (0) | 2018.08.18 |
[Unity] 해상도 조절 함수 (0) | 2018.08.13 |
[Unity] Vector3 포지션이 원하는 방향으로 가지 않을 때 (0) | 2018.08.05 |
[Unity] Ignoring asset refresh of ******* because the file or its directory couldn't be found! (0) | 2018.07.30 |
이 글을 공유하기