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

URL field text invisible when text is entered #51

Open
Huskion opened this issue Aug 12, 2022 · 4 comments
Open

URL field text invisible when text is entered #51

Huskion opened this issue Aug 12, 2022 · 4 comments

Comments

@Huskion
Copy link

Huskion commented Aug 12, 2022

Hi, the UI appears correctly, but once anything is entered into the "Text" field, the placeholder ("Enter Video URL...") disappears as expected, yet the actual typed text isn't showing. The entered URL is invisible, but a user knows that text has been entered because the typing cursor moves, and pressing the play button on a valid URL works. So the text is there but you can't see it.

This happens on multiple projects of mine - Reimporting the player, deleting it completely and importing again from scratch hasn't helped. SDK is all up to date.

Wondering if there is a TextMeshPro setting conflict for projects where the VRC Billiards Community Edition is also present. Any ideas?

@MerlinVR
Copy link
Owner

USharpVideo doesn't use TMP, Unity can bug out with text fields sometimes. Make sure you are importing from the unitypackage on the releases page.

@Huskion
Copy link
Author

Huskion commented Aug 12, 2022

Yep, definitely am doing that. Even redownloaded it to ensure that it's not corrupted or anything.

@MerlinVR
Copy link
Owner

Not sure then, never have run into that or heard of it being an issue with clean imports. You might want to try importing in a clean project then, something may be breaking it in the projects you've imported it into.

@Huskion
Copy link
Author

Huskion commented Aug 12, 2022

Hello, after some troubleshooting, it appears that disabling/hiding the "SyncModeToggle" element (preventing users from toggling Video/Stream mode) causes the text to disappear. What is the correlation between these two UI elements that requires the toggle to be on so that text can be seen in the URL bar?

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

No branches or pull requests

2 participants