asked
[MMORPG Game Development Series with C# and Unity] Part 7: MMO Content Implementation (Unity + C# Server Integration Basics)
Multiplayer environment
Written on
·
74
0
수업에서는 게임 로직 루프에서의 게임 틱(game tick)에 대해 다루지 않아 CPU 사용률이 항상 높게 유지되는 문제가 발생한다.
Answer 1
그 부분은 Job 기반으로 후반부에 수정하게 됩니다.