Nexus/Library/PackageCache/com.unity.render-pipelines.universal@ec76624224b1/Editor/2D/Converter/UpgradeURP2DAssetsContainer.cs
2026-01-06 17:23:00 +01:00

9 lines
395 B
C#

namespace UnityEditor.Rendering.Universal
{
internal sealed class UpgradeURP2DAssetsContainer : RenderPipelineConverterContainer
{
public override string name => "2D Converters/Upgrade Deprecated 2D Features";
public override string info => "Converter performs the following tasks:\n* Upgrades assets from earlier 2D URP versions to the current 2D URP version.";
}
}