Skip to content

Commit 682f10c

Browse files
committed
added advanced example, minor bug fixes
1 parent 0cc6347 commit 682f10c

File tree

66 files changed

+3501
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+3501
-62
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ $RECYCLE.BIN/
6161

6262
# End of https://www.gitignore.io/api/unity,windows
6363

64-
65-
.vscode/*
64+
# Visual Studio Code project
65+
.vscode/*
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"trials_per_block": 10,
3+
"catch_trials_per_block": 3,
4+
"delay_time": 0.6
5+
}

Assets/StreamingAssets/advanced_example_1.json.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)