Skip to content

Instantly share code, notes, and snippets.

@voluntas
voluntas / webrtc.rst
Last active October 10, 2025 07:46
WebRTC コトハジメ
@takazerker
takazerker / SkinnedMeshTools.cs
Created December 10, 2020 19:32
Reconstructs bone hierarchy of SkinnedMeshRenderer
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
static class SkinnedMeshTools
{
[MenuItem("CONTEXT/SkinnedMeshRenderer/Update Bone Hierarchy")]
static void UpdateBoneHierarchy(MenuCommand cmd)
{
var targetSkin = cmd.context as SkinnedMeshRenderer;