Skip to content

StudyControllerFrontiers not defined? #1

Description

@cskemp

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions