MCPcopy Index your code
hub / github.com/K0lb3/UnityPy / load_assets

Method load_assets

UnityPy/environment.py:269–295  ·  view source on GitHub ↗

Load all assets from a list of files via the given open_f function. Parameters ---------- assets : List[str] List of files to load. open_f : Callable[[str], io.IOBase] Function to open the files. The function takes a file

(self, assets: List[str], open_f: Callable[[str], BinaryIO])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

load_filesMethod · 0.95
load_zip_fileMethod · 0.95

Calls 2

_load_split_fileMethod · 0.95
load_fileMethod · 0.95

Tested by

no test coverage detected