Skip to content

Instantly share code, notes, and snippets.

View DanPuzey's full-sized avatar

Dan Puzey DanPuzey

View GitHub Profile
@DanPuzey
DanPuzey / Unity3d.PrefabBenchmarker
Created June 9, 2014 21:54
Unity3d prefab-benchmarking component
using System.Collections;
using UnityEngine;
namespace Assets.Tools
{
public class PrefabBenchmarker : MonoBehaviour
{
public GameObject PrefabUnderTest;
public int InstancesToCreate = 1000;
public int FramesToTest = 100;