Skip to content

Instantly share code, notes, and snippets.

@xabblll
xabblll / MeshPostprocessor.cs
Created June 15, 2024 21:24
Unity3D - Model postprocessor for fixing blend shapes normals and tangents
// Place inside Editor folder
using UnityEditor;
using UnityEngine;
namespace Code.Editor
{
public class MeshPostprocessor : AssetPostprocessor
{
private void OnPostprocessModel(GameObject g)