You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ An interface for [DRES](https://github.com/dres-dev/DRES), meant to be used in [
4
4
5
5
## Usage / Installation
6
6
7
-
This is a upm package, add it through the [Unity Package Manager](https://docs.unity3d.com/Manual/Packages.html) as a package from git using the URL `https://github.com/vitrivr/DresUnityInterface.git#main` or directly by adding the following to your `manifest.json` for latest version:
7
+
This is a upm package, add it through the [Unity Package Manager](https://docs.unity3d.com/Manual/Packages.html) as a package from git using the URL `https://github.com/dres-dev/UnityClient.git#main` or directly by adding the following to your `manifest.json` for latest version:
@@ -42,10 +42,10 @@ The configuration file contains vital information about DRES:
42
42
43
43
## Development
44
44
45
-
For development, clone this repository into a directory `org.vitrivr.unityinterface.dresapi` inside the Packages directory of the Unity project you want to develop in.
45
+
For development, clone this repository into a directory `dev.dres.unityclient` inside the Packages directory of the Unity project you want to develop in.
0 commit comments