import UnityPy import json from typing import Dict class FakeNode: def __init__(self, **kwargs): self.__dict__.update(**kwargs) with open("./assembly_typetrees.json ...
Hi, sorry to use the issues system to ask a question. I'm using UnityPy to automatically dump stuff, and I've added the ability to automatically dump files referenced by a pptr. I face two issues ...