ArabDesert/Assets/Editor/x64/Bakery/scripts/xatlas/xatlasEnable.cs

14 lines
298 B
C#

using UnityEngine;
using UnityEditor;
using UnityEditor.SceneManagement;
using System.Collections.Generic;
public partial class ftModelPostProcessor : ftModelPostProcessorInternal
{
public override void UnwrapXatlas(Mesh m, UnwrapParam param)
{
xatlas.Unwrap(m, uparams);
}
}