Skip to content

Commit d50945c

Browse files
committed
2 parents 5cb109d + cc75e14 commit d50945c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ UXF classes will be useful in two main parts of your project:
6262
class ExperimentBuilder : Monobehaviour
6363
{
6464

65-
// set this to your Session instance in the inspector
66-
public UXF.Session session;
65+
UXF.Session session;
6766

6867
// assign this method to the Session OnSessionBegin UnityEvent in its inspector
6968
public void GenerateAndRun(UXF.Session session)
@@ -94,6 +93,7 @@ class ExperimentBuilder : Monobehaviour
9493
class SceneManipulator : MonoBehaviour
9594
{
9695

96+
// set this to reference your Session in the inspector
9797
public UXF.Session session;
9898

9999
...

0 commit comments

Comments
 (0)