- Home /
Finding the version of unity player used
Is there a way to find out the version of unity player given an android binary,
Thanks, Terese
Answer by GerryM · Feb 16, 2013 at 09:22 PM
It's kind of burdensome, but you can:
Rename your apk file extension to rar (an APK is just a RAR file)
Extract the file's contents
Open any numbered asset file inside:
assets/bin/Data
with your hex editorStarting at the 21st byte ($14) there is a string telling the Unity version used to build
Answer by Terese.tiesta · Feb 17, 2013 at 06:59 AM
Thanks a lot for the response There are two different version number that i see, one in unity default resource and another different version (same across all other files) in rest of the files.
Which one should i consider
unity default resources
might have an older version number. Use mainData
or any of the other numerous assets.
Your answer
Follow this Question
Related Questions
Load from Xml on Iphone and Android 2 Answers
Android - choosing min android os version 1 Answer
Access to serial port on Android device 6 Answers
Streaming Assets android 0 Answers
Android Activity access Unity Classes 0 Answers