How to get unity version from any asset file
Since the Il2CppDumper require to input unity version in the 1st quarter of this year for better accuracy, I will show you how to easly get unity version from APK and IPA file. This method will work on any platforms such as Windows, Nintendo Switch... Requirements - Winrar - 7-Zip - Notepad++ or any Hex editor Note: Programs must not run as administrator. Otherwise drag and drop will not work Open APK or IPA with Winrar or 7-Zip. Navigate to /assets/Data (Android) or /Data (iOS) folder You will see assets files such as 00a5d891672528a47a1084403ee04b96 or levels . Don't worry about the names. Open Notepad++ and drag and drop any assets file to Notepad++. Here you will see unity version straight away You can open it via hex editor as well In the Il2CppDumper, input the version you saw in the asset file. Just input the first two numbers like 2017.4