immersivecognition / unity-experiment-framework

UXF - Framework for creating human behaviour experiments in Unity
https://immersivecognition.github.io/unity-experiment-framework/
MIT License
214 stars 41 forks source link

UXF opens the StreamingAssets folder multiple times getting compter stuck #126

Open JAQuent opened 2 years ago

JAQuent commented 2 years ago

I've build a new experiment that I sent around in my lab so people can try it out. One of the people reported that as soon as he clicks on Begin Session the computer is flooded with the folder StreamingAssets being opened (hence I thought might be an issue with UXF). The computer has Windows 10 on it and I am using the default data saver in the application. All the correct .json files etc are in StreamingAssets and on my two own Windows machines I have no issue. I am happy to share the project and/or application but I am not even sure what information I would need to report here so please let me know that kind of details are missing. The problem is that I can't even replicate the issue myself. I will update as soon as I have more information.

Another application that I created also doesn't work on this computer.

UPDATE: After reboot, it apparently started working.

Screenshot of the menu: image

StreamingAssets folder opened 100s of times: image

jackbrookes commented 2 years ago

This must be related to the button on the top right of the experiment setting selection. It is probably the default selection for the UI, so maybe pressing enter opens the folder. I can see if I can replicate it.