File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
com.unity.render-pipelines.universal/Editor/Upgraders Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public override void OnInitialize(InitializeConverterContext context)
6666 text = "Will Generate Pipeline Asset" ;
6767 }
6868
69- item . path = text ;
69+ item . info = text ;
7070 projectSettings . index = id ;
7171 settingsItems . Add ( projectSettings ) ;
7272 context . AddAssetToConvert ( item ) ;
@@ -229,8 +229,8 @@ internal void GatherCameras(InitializeConverterContext context)
229229 ConverterItemDescriptor info = new ConverterItemDescriptor ( )
230230 {
231231 name = $ "Camera:{ camera . name } > { camSettings . renderingPath } ",
232- path = camSettings . assetPath ,
233- initialInfo = "" ,
232+ info = camSettings . assetPath ,
233+ warningMessage = "" ,
234234 } ;
235235 context . AddAssetToConvert ( info ) ;
236236 // TODO remove in final
You can’t perform that action at this time.
0 commit comments