You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/USharpVideoSubtitles/Scripts/SubtitleManager.cs
+28-21Lines changed: 28 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public class SubtitleManager : UdonSharpBehaviour
50
50
[SerializeField,Tooltip("When false then only the master can manage the subtitles\nThis setting does nothing when using USharpVideo as the lock state is inherited from it")]
51
51
privatebooldefaultUnlocked=true;
52
52
53
-
[Tooltip("Removes unsupported HTML tags as well as {\\anX} and {\\aX} tags\nDisabling this will speed up processing of huge files - you should only disable this if you're building custom integration and not allowing people to load their own subtitles")]
53
+
[Tooltip("Removes \"{\\\" tags, unsupported HTML tags and replaces \"\\n\" with actual new lines\nDisabling this will speed up processing of huge files - you should only disable this if you're building custom integration and not allowing people to load their own subtitles")]
0 commit comments