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 UpgradeURP2DAssetsContainer : RenderPipelineConverterContainer
- {
- public override string name => "Upgrade 2D (URP) Assets";
- public override string info => "Converter performs the following tasks:\n* Upgrades assets from earlier 2D URP versions to the current 2D URP version.";
- }
- }
|