Skip to content
/ uNback Public

Unity package for text-based n-back task procedures

Notifications You must be signed in to change notification settings

wgnrto/uNback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uNback 

Unity package for n-back tasks procedures based on text-based tasks described by T. S. Braver. 1997. "A Parametric Study of Prefrontal Cortex Involvement in Human Working Memory". NeuroImage. DOI: 10.1006/nimg.1996.0247.

image

Extensibility

The project is structured in a way to enable the implementation of custom n-back task procedures. Just inherit from Assets/Scripts/Task/ATask<T> to create other types of time-dependent tasks.

Not implemented

Unfortunately, the package only provides a text-based n-back task without data logging. However, integrating the logging to a CSV file shouldn't be too complicated since the reaction time is already given. 

Disclaimer 

This project was developed during my bachelor thesis under Unity v2019. Currently, the project isn't maintained, but feel free to use it as a template or example for your own implementation of the n-back task. There's no guarantee that the package works with newer Unity versions. The last time I imported the packages, I used Unity v2022.3.3f1.

Publications 

To the best of my knowledge, the package was used in the following publications:

About

Unity package for text-based n-back task procedures

Topics

Resources

Stars

Watchers

Forks

Languages