This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place inside Editor folder | |
using UnityEditor; | |
using UnityEngine; | |
namespace Code.Editor | |
{ | |
public class MeshPostprocessor : AssetPostprocessor | |
{ | |
private void OnPostprocessModel(GameObject g) |