

오늘은 코루틴을 모니터링하고 관리 할 수 있는 Coroutine Manager를 제작해보았다.
실행 중인 코루틴의 목록을 보여주고,
선택된 코루틴을 정지, 재개, 정지 및 목록에서 삭제 하는 등의 조작을 할 수 있다.
+++
자세한 내용은 아래의 GitHub 참조.
https://github.com/kastro723/CoroutineManager
GitHub - kastro723/CoroutineManager
Contribute to kastro723/CoroutineManager development by creating an account on GitHub.
github.com
반응형
'UnityDataTools' 카테고리의 다른 글
[OpenInfoFileWindow] 로컬영역(Application.persistentDataPath) Json 파일 관리 도구 (0) | 2024.10.03 |
---|---|
[LocalizationEditor] 엑셀 데이터를 받아 상수 Key 클래스 생성 및 해당 하는 값(Value) 관리 도구 + 언어 지원 (0) | 2024.04.02 |
Random Seed Generator (0) | 2024.03.24 |
MoveToFileEditor (0) | 2024.03.21 |
PlayerPrefs Viewer 수정 (+float type) (0) | 2024.03.19 |