Skip to content
Snippets Groups Projects

demos: remove --no-osd

Merged Martin Finkel requested to merge mfkl/vlc-unity:remove-no-osd into master
4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -18,7 +18,7 @@ void Awake()
Core.Initialize(Application.dataPath);
_libVLC = new LibVLC(enableDebugLogs: true, "--no-osd");
_libVLC = new LibVLC(enableDebugLogs: true);
Application.SetStackTraceLogType(LogType.Log, StackTraceLogType.None);
//_libVLC.Log += (s, e) => UnityEngine.Debug.Log(e.FormattedLog); // enable this for logs in the editor
Loading