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
1. Copy everything in the Example folder into your main unity project at the top level.
35
+
1. Go to the project window
36
+
1. Click: Packages > PsyForge > Examples
37
+
1. Copy all of the folders there into the *Assets* folder
38
+
1. Copy the *Installer/resources* and *Installer/configs* folders to your game directory.
39
+
- When developing the experiment, it is always on your Desktop.
40
+
- When you build the experiment, it differs for each OS. In Linux and Macos, it is still on your Desktop. On Windows, it should be put inside the game folder on your desktop.
41
+
- (Recommended) You can also use a symlink forall of the different options so that you don't use extra data and it keeps it up to datein your git repo.
1. If you haven't already setup the resources and configs folder, do that first. That is explained in the section just above.
67
+
1. Open the manager scene (always play from this scene)
68
+
1. Go to the project window
69
+
1. Click: Assets > Scenes > PsyForgeExtensions
70
+
1. Double click: manager
71
+
1. Click the play button at the top.
29
72
30
-
To see a basic example, check the [Examples folder](https://github.com/BruskaTech/PsyForge/tree/main/Example)
73
+
To just see the example, check the [Examples folder](https://github.com/BruskaTech/PsyForge/tree/main/Example).
31
74
32
-
## Types of Experiments and Components Available
75
+
## Types of Experimental Components Available
33
76
34
-
There are many types of experiments, but here are a few common ones and the useful components for them. There is also a list of generally useful components.
77
+
There are many types of experimental compoenents, but here are a few common ones. There is also a list of generally useful components.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ The experimental designs required to explore and understand neural mechanisms ar
8
8
9
9
For more information than what is in this document, please see the [Documentation Site](https://bruskatech.github.io/PsyForge).
10
10
11
-
## Types of Experiments and Components Available
11
+
## Types of Experimental Components Available
12
12
13
-
There are many types of experiments, but here are a few common ones and the useful components for them. There is also a list of generally useful components.
13
+
There are many types of experimental compoenents, but here are a few common ones. There is also a list of generally useful components.
0 commit comments