From c24551d795fbb1a5668092ebb2e7cef52d3a9e9b Mon Sep 17 00:00:00 2001 From: Alex <15199219+muskit@users.noreply.github.com> Date: Sun, 17 Aug 2025 01:34:44 -0700 Subject: [PATCH] add UAssetAPI --- .gitmodules | 5 ++++- MercuryConverter.csproj | 10 ++++++++++ SaturnData => _External/SaturnData | 0 _External/UAssetAPI | 1 + 4 files changed, 15 insertions(+), 1 deletion(-) rename SaturnData => _External/SaturnData (100%) create mode 160000 _External/UAssetAPI diff --git a/.gitmodules b/.gitmodules index 30dffe6..3c8d661 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "SaturnData"] - path = SaturnData + path = _External/SaturnData url = https://github.com/Yasu3D/SaturnData +[submodule "_External/UAssetAPI"] + path = _External/UAssetAPI + url = https://github.com/atenfyr/UAssetAPI diff --git a/MercuryConverter.csproj b/MercuryConverter.csproj index 32632d8..4b447a0 100644 --- a/MercuryConverter.csproj +++ b/MercuryConverter.csproj @@ -21,9 +21,19 @@ + + + + + + + + + + diff --git a/SaturnData b/_External/SaturnData similarity index 100% rename from SaturnData rename to _External/SaturnData diff --git a/_External/UAssetAPI b/_External/UAssetAPI new file mode 160000 index 0000000..ec758cf --- /dev/null +++ b/_External/UAssetAPI @@ -0,0 +1 @@ +Subproject commit ec758cff144c68cbd4f18867aff9469bb05af506