설명 없음
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.

UpgradeURP2DAssetsContainer.cs 374B

12345678
  1. namespace UnityEditor.Rendering.Universal
  2. {
  3. internal sealed class UpgradeURP2DAssetsContainer : RenderPipelineConverterContainer
  4. {
  5. public override string name => "Upgrade 2D (URP) Assets";
  6. public override string info => "Converter performs the following tasks:\n* Upgrades assets from earlier 2D URP versions to the current 2D URP version.";
  7. }
  8. }