Hello.
I want to unpack a “.assets” file which was exported by unity.
Anyway to do this?
Thank you.
nope
they are for use in unity, you can’t unpack them
if you need the raw assets, copy them from the projects asset directory
Thank you for your reply.
But what can i do when i want to update or replace some thing in the “.assets” file without export a new file?
It is important to update the game.
Import the package into an empty project, make the updates, then re-export. There’s no way to update the package without re-exporting it, since there’s no way to manipulate package files outside Unity.