Open Sven-vh opened 6 months ago
UE5.4 is probably too new for pyue4parse and this package is not updated anymore. use this https://github.com/FabianFG/CUE4Parse
UE5.4 is probably too new for pyue4parse and this package is not updated anymore. use this https://github.com/FabianFG/CUE4Parse
Thanks for the quick response, the problem with CUE4Parse is that it's for C#. I'm working in Python. The only thing I need to know is what type of asset it is, is there a workaround for this?
Is the asset you are trying to read cooked?
Is the asset you are trying to read cooked?
Sorry for the late reply but, No, they are not cooked. Does this make it easier?
Library is only tested with cooked assets
I created a basic blueprint in the latest Unreal version, version 5.4.1, but when I try to open it I get an error:
An error occurred: Can not load UE3 packages.
uasset_path is the path to a .uasset file.