Skip to content

Instantly share code, notes, and snippets.

@YuukiARIA
YuukiARIA / GCAllocTests.cs
Last active January 17, 2019 05:37
Unity GC Alloc Examples (Unity2018.3.0f2 PlayMode Test)
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine.TestTools.Constraints;
using Is = UnityEngine.TestTools.Constraints.Is;
enum Language
{
Ruby, CSharp, Elixir