Skip to content

Commit 37e1d17

Browse files
committed
Make URL button create an empty URL
Avoids issues with VRCUrls not having an equality op for now...
1 parent 6ee185a commit 37e1d17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/USharpVideo/Examples/Scripts/PlayURLButton.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace UdonSharp.Video.Examples
1515
public class PlayURLButton : UdonSharpBehaviour
1616
{
1717
public USharpVideoPlayer targetVideoPlayer;
18-
public VRCUrl url = VRCUrl.Empty;
18+
public VRCUrl url = new VRCUrl("");
1919

2020
Button button;
2121

Assets/USharpVideo/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.0
1+
v1.0.1

0 commit comments

Comments
 (0)