File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Assets/USharpVideo/Scripts Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -826,6 +826,7 @@ private void OnEnable()
826826 playlistProperty = serializedObject . FindProperty ( nameof ( USharpVideoPlayer . playlist ) ) ;
827827
828828 // UI Fields
829+ inputFieldProperty = serializedObject . FindProperty ( nameof ( USharpVideoPlayer . inputField ) ) ;
829830 urlTextProperty = serializedObject . FindProperty ( nameof ( USharpVideoPlayer . urlText ) ) ;
830831 urlPlaceholderTextProperty = serializedObject . FindProperty ( nameof ( USharpVideoPlayer . urlPlaceholderText ) ) ;
831832 masterLockedIconProperty = serializedObject . FindProperty ( nameof ( USharpVideoPlayer . masterLockedIcon ) ) ;
@@ -883,6 +884,7 @@ public override void OnInspectorGUI()
883884 EditorGUILayout . PropertyField ( screenRendererProperty ) ;
884885 EditorGUILayout . PropertyField ( streamRTSourceProperty ) ;
885886
887+ EditorGUILayout . PropertyField ( inputFieldProperty ) ;
886888 EditorGUILayout . PropertyField ( urlTextProperty ) ;
887889 EditorGUILayout . PropertyField ( urlPlaceholderTextProperty ) ;
888890 EditorGUILayout . PropertyField ( masterLockedIconProperty ) ;
You can’t perform that action at this time.
0 commit comments