Skip to content

Instantly share code, notes, and snippets.

@FrostDracony
FrostDracony / SkinnedMeshUpdater.cs
Created March 19, 2021 14:40 — forked from tsubaki/SkinnedMeshUpdater.cs
update SkinnedMesh
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using UnityEngine.Assertions;
using System;
public class SkinnedMeshUpdater : MonoBehaviour
{
[SerializeField]
SkinnedMeshRenderer original;