File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/Plugins/Source/Editor/EditorWindows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ protected override void RenderWindow()
239239 {
240240 if ( platformImportInfo . isGettingImported )
241241 {
242- string path = pathToImportDescDirectory + platformImportInfo . descPath ;
242+ string path = Path . Combine ( pathToImportDescDirectory , platformImportInfo . descPath ) ;
243243 var packageDescription =
244244 JsonUtility . FromJsonFile < PackageDescription > ( path ) ;
245245
@@ -249,7 +249,7 @@ protected override void RenderWindow()
249249 // This should be the correct directory
250250 var projectDir = FileUtility . GetProjectPath ( ) ;
251251 // TODO: Async not tested here.
252- PackageFileUtility . CopyFilesToDirectory ( projectDir , fileResults ) . Wait ( ) ;
252+ PackageFileUtility . CopyFilesToDirectory ( projectDir , fileResults ) ;
253253 }
254254 }
255255
You can’t perform that action at this time.
0 commit comments