Skip to content

Instantly share code, notes, and snippets.

@tf1379
tf1379 / MeshVertexInfoVisualizer.cs
Created January 9, 2018 11:05
A script to show normal, tangent, binormal in Unity Scene View
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace HEAP
{
[ExecuteInEditMode]
public class MeshVertexInfoVisualizer : MonoBehaviour
{
[System.Flags]
@tf1379
tf1379 / SavWav.cs
Created August 17, 2016 06:55 — forked from nanmo/SavWav.cs
Unity3D: script to save an AudioClip as a .wav file.
// Copyright (c) 2012 Calvin Rien
// http://the.darktable.com
//
// This software is provided 'as-is', without any express or implied warranty. In
// no event will the authors be held liable for any damages arising from the use
// of this software.
//
// Permission is granted to anyone to use this software for any purpose,
// including commercial applications, and to alter it and redistribute it freely,
// subject to the following restrictions: