When attempting to type a url into a VRC URL Input Field, colons (
:
) are omitted amongst other characters.
This prevents the input of urls; i.e. "
https://
becomes "
https//
", making the URL invalid.
This is also present in the Live SDK
.
Additionally,
in testing [Quest]
,
sending the OK button does not fire the
On End Edit
event.
— In the Editor, the invalid URL is parsed, stopping existing video, and throwing an error that the video cannot be played.
In client, the video continues to play, as if the URL has not been parsed.
Related Feedback