I read your Frontiers paper and am keen to try out Unity, so thanks for releasing your code.
When I try to open the project I see this error:
"Assets/Scripts/Server/ServerHandler.cs(348,9): error CS0246: The type or namespace name 'StudyControllerFrontiers' could not be found (are you missing a using directive or an assembly reference?)"
triggered by this line:
StudyControllerFrontiers sc = GameObject.Find("StudyController").GetComponent<StudyControllerFrontiers>();
When I grep through the files I don't see any other places where "StudyControllerFrontiers" appears -- is it possible that a file is missing from the repository?
I read your Frontiers paper and am keen to try out Unity, so thanks for releasing your code.
When I try to open the project I see this error:
"Assets/Scripts/Server/ServerHandler.cs(348,9): error CS0246: The type or namespace name 'StudyControllerFrontiers' could not be found (are you missing a using directive or an assembly reference?)"
triggered by this line:
When I grep through the files I don't see any other places where "StudyControllerFrontiers" appears -- is it possible that a file is missing from the repository?