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.
12345678 |
- namespace UnityEditor.Rendering.Universal
- {
- internal sealed class BuiltInToURP2DConverterContainer : RenderPipelineConverterContainer
- {
- public override string name => "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.";
- }
- }
|