최근 포스트

Unity Runtime

최대 1 분 소요

유니티의 멀티플랫폼 아키텍쳐?

Unity DOTS 2(이론 정리)

1 분 소요

ECS(Entity Component System) CPU의 캐시 적중률을 높이는 새로 고안된 스크립팅 방법

Sorted Dictionary

5 분 소요

C# SortedDictionary C# Sorted Dictionary Reference Source : 출처 MicroSoft

Unity DrawCall Batching

3 분 소요

Batch DrawCall = Set VB/IB + Set Transform + SetPass Call SetPass Call = Set Shader + Set Texture(0~7) + Set Blending + Set Z enable + …