Cysharp一覧


”Deep Dive async/await in Unity with UniTask(UniRx.Async)”

async/awaitの仕組みを完全に説明し、原理からパフォーマンス上の懸念を払拭します。また、それを踏まえたうえでC# 7.0を活用した拡張であるUniTask(UniRx.Async)の強化点や、...
unity Learning Materialsより引用


”Understanding C# Struct All Things”

C#の構造体(struct)はUnityでパフォーマンスを引き出すために非常に重要な言語機能です。しかし、Classとは大きく扱いが異なるため、正しい取扱には深い理解が求められます。また、C#は7.0...
unity Learning Materialsより引用