Skip to content
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

Implement glasses display name query #71

Closed

Conversation

Jonathan-Stevens
Copy link

Currently, getting the UI Display Name for a pair of Tilt Five glasses always returns the same string T5ProjectSettings.DefaultDisplayName.

This change exposes the native function required to retrieve the display name defined in the Tilt Five Control Panel, then revises the C# plugin to use it.

Additionally, this PR ensures that the application name is passed back to the Control Panel, rather than the glasses display name.

@Malcolmnixon
Copy link
Collaborator

Could you update the gdscript side to maintain functional parity between the two plugins?

  • example.gd/addons/tiltfive/T5Interface.gd
  • example.gd/addons/tiltfive/T5Manager.gd

@patrickdown
Copy link
Collaborator

@Jonathan-Stevens I looked over your pull request and it looks fine for the c# side. It would be nice if the gdscript version was included too. Also the GodotVR repo folks like their PRs to be squashed into a single commit. I know this is a pain, if you like I can pull your branch into my repo and do fixup there and submit it. I'll put you as a co-author in the comments.

@patrickdown
Copy link
Collaborator

I've reworked this a little and submitted as PR#72

@patrickdown patrickdown closed this Apr 2, 2024
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.

None yet

3 participants