Hello, I need some help with a video player in unity. how to show selected video name in canvas at runtime
Here you have the code
string name = videoPlayer.url.Substring(videoPlayer.url.LastIndexOf('/') + 1);
Hello, I need some help with a video player in unity. how to show selected video name in canvas at runtime
Here you have the code
string name = videoPlayer.url.Substring(videoPlayer.url.LastIndexOf('/') + 1);