This PR does not implement any new features. The asset add/ edit commands perform the same tasks as before. The sub asseting will not fully work at this stage,
Instead, the asset commands no longer inherit of the LayoutEditor. Instead the solely use the AssetBuilder to add/ edit there assets.
A single test has been skipped as it is no longer compatible between both the layout add and asset add commands. This will be fixed in a future PR.
This PR does not implement any new features. The
asset add/ edit
commands perform the same tasks as before. The sub asseting will not fully work at this stage,Instead, the asset commands no longer inherit of the
LayoutEditor
. Instead the solely use theAssetBuilder
toadd/ edit
there assets.A single test has been skipped as it is no longer compatible between both the
layout add
andasset add
commands. This will be fixed in a future PR.