Skip to content

Commit

Permalink
Add IL2CPP version of XUAT
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Sep 25, 2024
1 parent ee47e15 commit 65b3458
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packaging/XUnity/AutoTranslator.Plugin.Core.IL2CPP.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>5.4</version>
<description>Provides on-the-fly translations using various online translators</description>
<authors>gravydevsupreme</authors>
<projectUrl>https://github.com/bbepis/XUnity.AutoTranslator</projectUrl>
</metadata>
<files>
<file src="libraries-IL2CPP\XUnity.AutoTranslator.Plugin.Core.dll" target="lib\net60" />
</files>
</package>
13 changes: 13 additions & 0 deletions packaging/XUnity/ResourceRedirector.IL2CPP.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>5.4</version>
<description>Allows modifying resources loaded through the Resources and AssetBundle API as they are being loaded by the game</description>
<authors>gravydevsupreme</authors>
<projectUrl>https://github.com/bbepis/XUnity.AutoTranslator</projectUrl>
</metadata>
<files>
<file src="libraries-IL2CPP\XUnity.ResourceRedirector.dll" target="lib\net60" />
</files>
</package>
Binary file not shown.
Binary file not shown.

0 comments on commit 65b3458

Please sign in to comment.