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

14 lines
298 B
C#
Raw Normal View History

2024-05-25 09:10:35 +03:00
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);
}
}