File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Assets/USharpVideo/Scripts Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 66using VRC . SDK3 . Video . Components . AVPro ;
77using System . Reflection ;
88
9+ #pragma warning disable CS0612 // Type or member is obsolete
10+
911namespace UdonSharp . Video . Internal
1012{
1113 [ CustomEditor ( typeof ( USharpVideoPlayer ) ) ]
Original file line number Diff line number Diff line change 1212using UdonSharpEditor ;
1313#endif
1414
15+ #pragma warning disable CS0612 // Type or member is obsolete
16+
1517namespace UdonSharp . Video . UI
1618{
1719 [ AddComponentMenu ( "Udon Sharp/Video/UI/Styler" ) ]
Original file line number Diff line number Diff line change 1010using UdonSharpEditor ;
1111#endif
1212
13+ #pragma warning disable CS0612 // Type or member is obsolete
14+
1315namespace UdonSharp . Video
1416{
1517 [ UdonBehaviourSyncMode ( BehaviourSyncMode . NoVariableSync ) ]
Original file line number Diff line number Diff line change 1212using UdonSharpEditor ;
1313#endif
1414
15+ #pragma warning disable CS0612 // Type or member is obsolete
16+
1517namespace UdonSharp . Video
1618{
1719 /// <summary>
You can’t perform that action at this time.
0 commit comments