Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Supported Unity2022.1.23f1 for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tylearymf committed Nov 18, 2022
1 parent db659c7 commit ff27cd7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Patcher/Unity/UnityPatchInfos.cs
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,17 @@ public static byte[] ToArray(params byte[] bytes)
new()
{
// 2022.1.15
Version = "2022",
Version = "2022.1.15",
LightPattern = ToBytes(ToArray("0F 84 A7 00 00 00 48 8B 35 D8 CE 27"), ToArray("84 36 01 00 00 48 8D B4 24 A8")),
DarkPattern = ToBytes(ToArray("E9 A8 00 00 00 00 48 8B 35 D8 CE 27"), ToArray("85 36 01 00 00 48 8D B4 24 A8")),
},
new()
{
// 2022.1.23
Version = "2022",
LightPattern = ToBytes(ToArray("0F 84 A7 00 00 00 48 8B 35 D0 14 29 01"), ToArray("84 C0 0F 84 36 01 00 00 48 8D B4 24 A8")),
DarkPattern = ToBytes(ToArray("E9 A8 00 00 00 00 48 8B 35 D0 14 29 01"), ToArray("84 C0 0F 85 36 01 00 00 48 8D B4 24 A8")),
},
};

static UnityPatchInfos()
Expand Down
2 changes: 1 addition & 1 deletion UniHacker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<Authors>tylearymf</Authors>
<Company>tylearymf</Company>
<Version>4.0</Version>
<Version>4.1</Version>
<PackageId>com.tylearymf.unihacker</PackageId>
<PackageProjectUrl>https:/www.github.com/tylearymf/unihacker</PackageProjectUrl>
<ApplicationIcon>Assets\avalonia-logo.ico</ApplicationIcon>
Expand Down

0 comments on commit ff27cd7

Please sign in to comment.