-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Dear OpenMaze Developers,
I am now using the OpenMaze toolbox to implement my research. Thank you very much for developing this fantastic toolbox, which makes my life much easier.
I have a problem using AutoRun_Config. I have no issues when manually selecting my own configuration file. If I move the AutoRun_Config folder from the Configuration_Files folder to the StreamingAssets folder and run the game, it shows that I have moved the folder to the proper location.
However, if I replace the original configuration file contained in the AutoRun_Config folder with my own configuration file, run the experiment, and click the button "START EXPERIMENT," I can not enter the next screen, and here comes the error from the console:
NullReferenceException: Object reference not set to an instance of an object
trial.FieldTrial.Update (System.Single deltaTime) (at Assets/Scripts/trial/FieldTrial.cs:137)
main.Loader.Update () (at Assets/Scripts/main/Loader.cs:51)
Would you happen to know how to solve this issue? Thank you very much!
Best regards,
Yangwen