You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2023. It is now read-only.
UISpriteData mSprites section is missing on Unity 2019.3.6f1 *.unity3d files.
I've been using AssetStudio to decompile this one game data for almost every month. However, on the latest game update, the game developer started using Unity 2019.3.6f1.
Texture and every other file can be decompiled without issue, but for MonoBehaviour files, there are some sections missing, notably UISpriteData mSprites.
UISpriteData mSprites section is missing on Unity 2019.3.6f1 *.unity3d files.
I've been using AssetStudio to decompile this one game data for almost every month. However, on the latest game update, the game developer started using Unity 2019.3.6f1.
Texture and every other file can be decompiled without issue, but for MonoBehaviour files, there are some sections missing, notably UISpriteData mSprites.
Here are the file samples
Thank you in advance!