We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cb109d + cc75e14 commit d50945cCopy full SHA for d50945c
README.md
@@ -62,8 +62,7 @@ UXF classes will be useful in two main parts of your project:
62
class ExperimentBuilder : Monobehaviour
63
{
64
65
- // set this to your Session instance in the inspector
66
- public UXF.Session session;
+ UXF.Session session;
67
68
// assign this method to the Session OnSessionBegin UnityEvent in its inspector
69
public void GenerateAndRun(UXF.Session session)
@@ -94,6 +93,7 @@ class ExperimentBuilder : Monobehaviour
94
93
class SceneManipulator : MonoBehaviour
95
96
+ // set this to reference your Session in the inspector
97
public UXF.Session session;
98
99
...
0 commit comments