【Unity】GC Alloc の発生が少ない Linq を使用できる「smooth.foundations」紹介

はじめに 「smooth.foundations」を Unity プロジェクトに導入することで GC Alloc の発生が少ない Linq を使用できるようになります 使用例 using Smooth.Slinq; using Smooth.Slinq.Context; using System.Linq; using UnityEngine; using UnityEngine.Profiling; public class Example : MonoBehaviour { private int m…