mirror of
https://github.com/Perfare/Il2CppDumper.git
synced 2025-01-10 11:37:27 -03:00
添加2019提示
This commit is contained in:
parent
e5cd91bb45
commit
b3d4dc61fe
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ namespace Il2CppDumper
|
|||
if (unityVersion >= Unity20191)
|
||||
{
|
||||
fixedMetadataVersion = 24.2f;
|
||||
Console.WriteLine("Warning: Auto mode can't work in versions above 2019");
|
||||
}
|
||||
else if (unityVersion >= Unity20183)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue