Uninomicon

Documenting the dark corners of the Unity Engine.

User Tools

Site Tools


unity_build_information_detection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
unity_build_information_detection [2022/01/28 17:42]
73.217.35.3
unity_build_information_detection [2022/02/10 07:12]
archo [High Level]
Line 1: Line 1:
 ====== Inspecting Information from Built Unity Players ====== ====== Inspecting Information from Built Unity Players ======
  
-It can be useful to inspect information from built Unity players((e.g. to check whether a certain DLL is used by the game)).+It can be useful to inspect information from built Unity players. This can be helpful to check whether a certain DLL is used by the game, or verify that the player built properly.
  
 ===== High Level ===== ===== High Level =====
  
   * [Android] .xapk/.apk/.so can be traversed with [[https://www.7-zip.org/|7-Zip]]   * [Android] .xapk/.apk/.so can be traversed with [[https://www.7-zip.org/|7-Zip]]
-  * Unity asset file headers headers can be inspected with any hex editor((Even Notepad works, although only for files <500KB. Notepad may struggle to open bigger files.))+  * Unity asset file headers can be inspected with any hex editor((Even Notepad works, although only for files <500KB. Notepad may struggle to open bigger files.))
  
 ===== Unity Version ===== ===== Unity Version =====
unity_build_information_detection.txt ยท Last modified: 2022/02/10 07:12 by archo