MCBTay / XLGearModifier

A mod to add custom meshes into the gear menu of SkaterXL, allowing the ability to custom texture these meshes through the Gear folder.
8 stars 6 forks source link

Moving C# Out of Unity Project #159

Closed MCBTay closed 2 years ago

MCBTay commented 2 years ago

Moving C# out of the unity project allows us to more easily generate the unity package from the unity project, as we won't both have the source AND the compiled DLL in the projec.t This should simplify a fair bit of workflow and also prevent silliness in the editor for duplicate references.