You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
390 B

2 years ago
namespace UnityEditor.Rendering.Universal.Converters
{
internal sealed class BuiltInToURP2DConverterContainer : RenderPipelineConverterContainer
{
public override string name => "Convert Built-in to 2D (URP)";
public override string info => "Converter performs the following tasks:\n* Converts project elements from the Built-in Render Pipeline to 2D URP.";
}
}