nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.14k stars 145 forks source link

Add Support for Mesh Edit #111

Open Halal-Dev opened 2 years ago

Halal-Dev commented 2 years ago

as title says , it'd be cool to have mesh replacement even though idk if it was present in original uabe

VTMGR commented 2 years ago

+1

CreatorsOfficial commented 1 year ago

Mesh edit is not that easy

There is a lot of data to go through as its not just one unity version

You have unity 5 to unity 2022 latest version each using vertices,triangles,uv's and normals differently and encoding them differently each time using different maths to calculate them

It would take nearly 2 years to make a mesh import thing

but first let the mesh export plugin come first