Skip to content

Commit

Permalink
Merge pull request #4 from VRLabs/fix/path-fix
Browse files Browse the repository at this point in the history
Add refresh so new files can be found
  • Loading branch information
jellejurre authored Feb 27, 2024
2 parents e8dcd4b + 252faa1 commit 3c10e0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Instancer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ public static string Instance(string packageName, string installFilePath, string

CopyFiles(localAssetPaths, sourceFolder, targetFolder);

AssetDatabase.Refresh();

FixReferences(localAssetPaths, sourceFolder, targetFolder);

AssetDatabase.Refresh();
Expand Down

0 comments on commit 3c10e0a

Please sign in to comment.