Skip to content

Instantly share code, notes, and snippets.

View Booljayj's full-sized avatar

Justin Bool Booljayj

View GitHub Profile
using UnityEngine;
using UnityEngine.Assertions;
using System.Linq;
using System.Collections.Generic;
using System.Collections.ObjectModel;
namespace SmartCombine {
public class SmartMeshData {
public Mesh mesh {get; private set;}
public Matrix4x4 transform {get; private set;}