AstroTechies / unreal_asset

Unreal Engine 4/5 asset parsing library
MIT License
3 stars 0 forks source link

[request] tool for bulk changing assetversions #1

Open Bluscream opened 3 weeks ago

Bluscream commented 3 weeks ago

So i can easily convert unversioned asset files into versions that can be loaded by the unreal editor

localcc commented 3 weeks ago

Uncooked editor assets have a lot of editor-only data which is stripped when cooking, some parts of it might be restored, but full "uncooking" is really complicated. If you are looking to add versioning information to an unversioned uncooked asset, that should be simpler

Bluscream commented 3 weeks ago

Do you know of an alternative way to load uasset + uexp files that have been "unpaked"?