Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- ARProgect
- github
- 리듬게임에디터
- ar
- callbyreference
- AR Foundation
- raycast
- 델리게이트
- 리듬게임
- 게임개발
- 게임제작
- AR게임
- ExtensionMethod
- 인터페이스
- 확장메서드
- callbyvalue
- Unity
- 1인개발
- Euler
- Quaternion
- 소규모프로젝트
- 레이캐스트
- 게임
- 병맛게임
- 깃허브
- 짐벌락
- 유니티
- C#
- AR세팅
- 로케트
Archives
- Today
- Total
Ssssong += Dev
[유니티] 최적화 관련 자료 본문
CPU와 GPU, 렌더링 초간단 학습 — 코딩 조아 (tistory.com)
Unity Frame Timing Manager로 성능 병목 현상 감지 | Unity Blog
- If you see the Gfx.WaitForCommands marker, it means that the render thread is ready, but you might be waiting for a bottleneck on the main thread.
- If you frequently encounter Gfx.WaitForPresent, it means that the main thread was ready but was waiting for the GPU to present the frame.
https://darkcatgame.tistory.com/139