Asset Downgrader (5.1+)

0
(0)

This plugin will downgrade assets for compatibility with 5.0.3 or 4.27 . It works by first upgrading the assets to Source Version (5.3-5.4), and then applying various patches to the .uasset files in order to make them compatible with the TargetVersion (5.0 or 4.27) but assets can then also be opened in UE5.1-5.3, just without the newer data (i.e. nanite data is removed for a 4.27 downgrade). Do note that features of the newer unreal versions (like nanite on masked materials, new material nodes, new niagara modules) can’t be ported to the old versions.

How it works :

– First, backup all your assets as this plugin is highly experimental and in certain situations it may corrupt assets or crash the editor if something goes wrong.

– Either have 2 projects, one the SourceVersion and the other with the TargetVersion, or just switch versions for the project you’re working with. Integrate the plugin in both projects.

– In the SourceVersion project, select the assets you wish to downgrade.

– From the Downgrader menu choose DowngradeSelectedAssets.

– Either migrate the assets by copy pasting affected files or entire folders with the assets or selecting say a level file, choosing migrate and then choosing a destination Content folder where the project on TargetVersion should reside. Alternatively, switch the version of the project to the TargetVersion

– If TargetVersion is a 5.0.3 project add

[Core.System]

UsePackageTrailer=True

to Config/DefaultEngine.ini

You will get a warning if this is not enabled.

– Open the TargetVersion project and then the downgraded assets. If there were no errors, the assets should open correctly. To be able to migrate these assets to other TargetVersion projects that don’t have the Downgrader plugin, the assets need to be resaved through the plugin ( select all the assets and use the plugin’s SaveSelectedAssets option ) inside the TargetVersion editor.

What if I need to downgrade to just 5.2 or 5.1 ?

The flow is identical, but instead of opening the assets in say 5.0.3 you can open them in 5.1 or 5.2. Do note that in certain situations resaving the assets in the target version is still required before opening them in a project without the plugin.

In order to downgrade certain assets (or all assets as it’s the case for 5.4) you need to use a custom version of unreal engine that has specific engine modifications in order to make downgrading possible. Check the plugin folder ( UE_5.4\Engine\Plugins\Marketplace\AssetDowngrader\Download Custom Engine & Plugin.url) for the link to where you must download both a custom UE5.4 build and a precompiled version of the plugin for this engine version. After downloading the custom engine and integrating the precompiled plugin in the source project’s plugins folder you need to switch the source project engine version to this custom engine build.

Can it be downgraded lower than 4.27 ?

Not currently but with enough research & engine modifications definitely possible. Contact me if you have specific needs.

My asset is not supported, can you add support ?

Let me know what kind of assets you’re interested. Any asset is implementable but it requires a lot of work.

Known Issues:

– If assets don’t appear in packaged builds you forgot to resave the assets ( use the plugin’s SaveSelectedAssets option )

– some downgraded scenes’ lighting may look too bright in 5.0. You may need to tune ReflectionProbes/Skylight/Directional light intensity and/or rebuild lighting

– if downgrading entire projects, a lot of assets will be loaded into memory, so you may need a lot of RAM sometimes up to 128GB

– if encountering unknown startup crashes due do downgrading a lot of assets, try and downgrade assets one by one, or exclude/delete the offending asset.

– textures with formats like RGBA32F are not downgraded because those formats don’t exist in 5.0.

– opening certain maps will sometimes crash. This might be due to masked materials with nanite which are not allowed in 5.0. Try first to open assets individually or remove nanite entirely and then open the map

– if landscapes are pure black in 4.27 then use the Downgrader menu option FixLandscape

If you use a custom engine build and require the engine modifications to downgrade, I can provide this service for a fee. Contact me for licensing details.

If you have any issues, errors or crashes don’t hesitate to contact me at relativegames7@gmail.com as this plugin is highly experimental.

Please include your editor log found in ProjectName/Saved/Logs/ProjectName.log.

Technical Details

Features:

  •  Ability to downgrade UE assets from 5.3-5.4 to 4.27-5.0

Code Modules:

  •  Downgrader [Editor]

Number of Blueprints: 0

Number of C++ Classes: 12

Network Replicated: No

Supported Development Platforms: Win64

Supported Target Build Platforms: Not designed for building with it

Original_Link: https://www.unrealengine.com/marketplace/en-US/product/asset-downgrader

Download Links:

Asset Version (5.1+)

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Leave a Reply