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 b5f3ce6 + 2ccc1ce commit 3716bf0Copy full SHA for 3716bf0
README.md
@@ -128,7 +128,7 @@ UXF is built around the idea of separating the specification of your experiment
128
#### 1. Experiment specification
129
130
```csharp
131
-class ExperimentBuilder : MonoBehaviour
+public class ExperimentBuilder : MonoBehaviour
132
{
133
// set this to reference your UXF Session in the inspector
134
public UXF.Session session;
@@ -155,7 +155,7 @@ class ExperimentBuilder : MonoBehaviour
155
#### 2. Experiment implementation
156
157
158
-class SceneManipulator : MonoBehaviour
+public class SceneManipulator : MonoBehaviour
159
160
161
0 commit comments