Skip to content

Commit

Permalink
Fix dependency (#26)
Browse files Browse the repository at this point in the history
* Fix dependency

* Adjust import path
  • Loading branch information
FejZa authored Jun 19, 2024
1 parent 15c0fb8 commit 27ebb07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Editor/SpatialPersistencePackageInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace RealityToolkit.SpatialPersistence.Editor
[InitializeOnLoad]
internal static class SpatialPersistencePackageInstaller
{
private static readonly string destinationPath = Application.dataPath + "/RealityToolkit.Generated/SpatialPersistence";
private static readonly string destinationPath = Application.dataPath + "/RealityToolkit/SpatialPersistence";
private static readonly string sourcePath = Path.GetFullPath($"{PathFinderUtility.ResolvePath<IPathFinder>(typeof(SpatialPersistencePackagePathFinder)).ForwardSlashes()}{Path.DirectorySeparatorChar}{"Assets~"}");

static SpatialPersistencePackageInstaller()
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"registry": "https://package.openupm.com"
},
"dependencies": {
"com.realitycollective.service-framework": "v1.0.7"
"com.realitycollective.service-framework": "1.0.7"
},
"assets": [
{
"displayName": "Default Assets",
"path": "Assets~/"
}
]
}
}

0 comments on commit 27ebb07

Please sign in to comment.