Skip to content

Commit

Permalink
Merge pull request #5 from VRLabs/main
Browse files Browse the repository at this point in the history
Merget o dev
  • Loading branch information
jellejurre authored Mar 5, 2024
2 parents f15e60a + 3c10e0a commit 788fca8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ VRLabs' Instancing system that copies files over for use in the Assets directory

### ⬇️ [Download Latest Version](https://github.com/VRLabs/Instancer/releases/latest)

### 📦 [Add to VRChat Creator Companion](https://vrlabs.dev/packages?package=dev.vrlabs.instancer)

</div>

---

Expand All @@ -33,7 +36,7 @@ VRLabs' Instancing system that copies files over for use in the Assets directory
## Contributors

* [Jelle](https://jellejurre.dev)
*

## License

Instancer is available as-is under MIT. For more information see [LICENSE](https://github.com/VRLabs/Instancer/blob/main/LICENSE).
Expand Down

0 comments on commit 788fca8

Please sign in to comment.