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
@@ -46,11 +46,11 @@ If you have developed a project using UXF please [let me know](http://twitter.co
46
46
## Get started
47
47
0. Read over this Readme and the [paper](https://doi.org/10.3758/s13428-019-01242-0) to understand UXF.
48
48
49
-
1. Import the latest ```UXF.unitypackage```[release](https://github.com/immersivecognition/unity-experiment-framework/releases/latest) to your existing Unity project.
49
+
1. Import the latest ```UXF.unitypackage```[release](https://github.com/immersivecognition/unity-experiment-framework/releases/latest) to your existing Unity project. (Drag the file into your project.)
50
50
51
-
2. The UXF Setup Wizard will launch (or via the top menu: UXF > UXF Wizard) - Use it to fix .NET compatibility issues.
51
+
2. The UXF Setup Wizard will launch (or via the top menu: UXF > UXF Wizard) - Use it to fix any .NET compatibility issues.
52
52
53
-
3. Open an example scene.
53
+
3. Open an example scene. (UXF -> Examples -> Advanced -> AdvancedExample)
54
54
55
55
4. Press play, and use the UI to create a new participant list in an appropriate directory.
56
56
@@ -192,7 +192,7 @@ More examples are contained in the package and on the [Wiki](https://github.com/
192
192
193
193
## Development
194
194
195
-
This project is developed under Unity 2017.4 LTS but should work on all recent versions of Unity. Tested and working on Unity 2018.3 LTS.
195
+
This project is developed under Unity 2017.4 LTS but should work on all recent versions of Unity. Tested and working on Unity 2018 & 2019 LTS.
0 commit comments