how to modify the assets of a game in Unity?

I am referring to those called sharedassets0.assets, level0 or those in unity3d format. Those that are inside the Data folder in an obb or apk file. I would like to import to a scene a map from a game to add and remove some objects.

I would check with the modding community. Pretty much 100% of people here are Unity licensees using the engine to make original content, not modify others content.

1 Like

While there are frameworks (Harmony, UMF, etc) to assist with modding games not designed for it as far as I’m aware none of them are available for mobile. You’ll basically have to do all of the heavy lifting yourself including working with the files directly using very basic tools.

1 Like