Skip to content

Fix bug causing missing prompt in standalone builds #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2021

Conversation

JFrit
Copy link
Contributor

@JFrit JFrit commented Mar 28, 2021

In standalone builds, there was a problem where trying to begin a session with a session number that already exists wouldn't prompt the experimenter with the 'This session already exists' popup. It would work in the editor since the popupController would get created in the OnValidate method of the UIController, but no such check/creation existed in the Awake method. After testing this change in both the editor and a standalone build, things seem to be working properly.

@jackbrookes
Copy link
Member

Thanks!

@jackbrookes jackbrookes merged commit 0763d9c into immersivecognition:master Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants