Bunny2001 Posted March 28, 2023 Posted March 28, 2023 i see many android unity game have .dat file , is it any way to read these file or edit these file.
MC874 Posted March 30, 2023 Posted March 30, 2023 On 3/29/2023 at 2:47 AM, Bunny2001 said: i see many android unity game have .dat file , is it any way to read these file or edit these file. Hi @Bunny2001 .dat extension is only a container to store a binary datas. Thus, editing / read the content of it depends on where .dat file is produced, it could be assets, model, structures, etc. Since this is Unity we talk about, are you refering to global-metadata.dat or .dat file in general? (since it can also be used to store game progress). - If you're looking for Unity Assets edit, you can lookup: UABE: Unity Asset Bundle Extractor - If you're strictly looking for any *.dat edits: it is vary, depend on the packages, thus you can lookup for some QuickBMS Script on: Zenhax Forum
Question
Bunny2001
i see many android unity game have .dat file , is it any way to read these file or edit these file.
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.