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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,26 +7,26 @@ A set of components which simplify human behaviour experiments developed in the
7
7
8
8
Read the [paper](https://doi.org/10.1101/459339) (preprint)
9
9
10
-
If you have developed a project using UXF please [let me know](http://twitter.com/jackbrookes)!
10
+
If you have developed a project using UXF please [let me know](http://twitter.com/immersivecognition)!
11
11
12
12
**Contents**
13
13
-[Get started](#get-started)
14
14
-[Features](#features)
15
-
-[Programming style](#programming-style)
16
-
-[Data collection](#data-collection)
17
-
-[Events](#events)
18
-
-[CSV Participant List](#csv-participant-list)
19
-
-[Settings system](#settings-system)
20
-
-[UI](#ui)
21
-
-[File IO](#file-io)
15
+
-[Programming style](#programming-style)
16
+
-[Data collection](#data-collection)
17
+
-[Events](#events)
18
+
-[CSV Participant List](#csv-participant-list)
19
+
-[Settings system](#settings-system)
20
+
-[UI](#ui)
21
+
-[File IO](#file-io)
22
22
-[Example](#example)
23
23
-[Development](#development)
24
24
-[Documentation](#documentation)
25
25
-[Related packages](#related-packages)
26
26
27
27
## Get started
28
28
29
-
1. Import the latest ```UXF.unitypackage```[release](https://github.com/jackbrookes/unity-experiment-framework/releases/latest) to your existing Unity project.
29
+
1. Import the latest ```UXF.unitypackage```[release](https://github.com/immersivecognition/unity-experiment-framework/releases/latest) to your existing Unity project.
30
30
31
31
2. In Unity, go to `Edit` -> `Player` -> `Other` and change API Compatibility Level to .NET 2.0.
32
32
@@ -53,7 +53,7 @@ UXF automates the process of collecting data.
53
53
54
54
Data is stored in CSV files with automatic handling of file & directory naming.
55
55
56
-
UXF also stores other data in the form of `.json` files (full details on the [Wiki](https://github.com/jackbrookes/unity-experiment-framework/wiki)). Running a session with UXF will result in an output like this (assuming three trials with a tracked object called `object`).
56
+
UXF also stores other data in the form of `.json` files (full details on the [Wiki](https://github.com/immersivecognition/unity-experiment-framework/wiki)). Running a session with UXF will result in an output like this (assuming three trials with a tracked object called `object`).
Copy file name to clipboardExpand all lines: docs/index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@
71
71
<h2class="head-title">UXF</h2>
72
72
<p>The Unity Experiment Framework (UXF) is an open source package for the Unity3D game engine that can be used to assist the development of virtual reality human behaviour experiments.</p>
73
73
<divclass="header-button">
74
-
<ahref="https://github.com/jackbrookes/unity-experiment-framework" class="btn btn-border-filled">View on Github</a>
74
+
<ahref="https://github.com/immersivecognition/unity-experiment-framework" class="btn btn-border-filled">View on Github</a>
75
75
<ahref="https://doi.org/10.1101/459339" class="btn btn-border-filled">Read the paper</a>
0 commit comments