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
Is there a ready-made solution that will generate wrapper code around AssetTypeValueField or allow me to use classes from restored DummyDll when reading assets?
The text was updated successfully, but these errors were encountered:
A proof of concept for this existed for a little bit for a modding project I worked on, but I doubt I still have the code to do it. I would also like this some day.
Hi! I need to dump information about databases that are described as
SerializableObject
and stored in game bundles.Now I'm describing my own class hierarchy, like this:
Is there a ready-made solution that will generate wrapper code around
AssetTypeValueField
or allow me to use classes from restored DummyDll when reading assets?The text was updated successfully, but these errors were encountered: