Update SFB
This commit is contained in:
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Android/FBCallbackHelper.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Android/FBCallbackHelper.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Android/FBDirectoryReceiveCallbackAndroid.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Android/FBDirectoryReceiveCallbackAndroid.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Android/FBPermissionCallbackAndroid.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Android/FBPermissionCallbackAndroid.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -35,6 +35,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Android/SimpleFileBrowser.aar
|
assetPath: Assets/Plugins/SimpleFileBrowser/Android/SimpleFileBrowser.aar
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -10,6 +10,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Prefabs/SimpleFileBrowserItem.prefab
|
assetPath: Assets/Plugins/SimpleFileBrowser/Prefabs/SimpleFileBrowserItem.prefab
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -9,6 +9,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Prefabs/SimpleFileBrowserQuickLink.prefab
|
assetPath: Assets/Plugins/SimpleFileBrowser/Prefabs/SimpleFileBrowserQuickLink.prefab
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
= Simple File Browser (v1.7.4) =
|
= Simple File Browser (v1.7.5) =
|
||||||
|
|
||||||
Documentation: https://github.com/yasirkula/UnitySimpleFileBrowser
|
Documentation: https://github.com/yasirkula/UnitySimpleFileBrowser
|
||||||
FAQ: https://github.com/yasirkula/UnitySimpleFileBrowser#faq
|
FAQ: https://github.com/yasirkula/UnitySimpleFileBrowser#faq
|
||||||
|
|||||||
@@ -10,6 +10,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/README.txt
|
assetPath: Assets/Plugins/SimpleFileBrowser/README.txt
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -10,6 +10,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Resources/SimpleFileBrowserCanvas.prefab
|
assetPath: Assets/Plugins/SimpleFileBrowser/Resources/SimpleFileBrowserCanvas.prefab
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -11,10 +11,8 @@ namespace SimpleFileBrowser
|
|||||||
[DefaultExecutionOrder( 1000 )]
|
[DefaultExecutionOrder( 1000 )]
|
||||||
public class EventSystemHandler : MonoBehaviour
|
public class EventSystemHandler : MonoBehaviour
|
||||||
{
|
{
|
||||||
#pragma warning disable 0649
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private GameObject embeddedEventSystem;
|
private GameObject embeddedEventSystem;
|
||||||
#pragma warning restore 0649
|
|
||||||
|
|
||||||
#if ENABLE_INPUT_SYSTEM && !ENABLE_LEGACY_INPUT_MANAGER
|
#if ENABLE_INPUT_SYSTEM && !ENABLE_LEGACY_INPUT_MANAGER
|
||||||
private void Awake()
|
private void Awake()
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/EventSystemHandler.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/EventSystemHandler.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -197,13 +197,11 @@ namespace SimpleFileBrowser
|
|||||||
add
|
add
|
||||||
{
|
{
|
||||||
Instance.m_displayedEntriesFilter += value;
|
Instance.m_displayedEntriesFilter += value;
|
||||||
m_instance.PersistFileEntrySelection();
|
|
||||||
m_instance.RefreshFiles( false );
|
m_instance.RefreshFiles( false );
|
||||||
}
|
}
|
||||||
remove
|
remove
|
||||||
{
|
{
|
||||||
Instance.m_displayedEntriesFilter -= value;
|
Instance.m_displayedEntriesFilter -= value;
|
||||||
m_instance.PersistFileEntrySelection();
|
|
||||||
m_instance.RefreshFiles( false );
|
m_instance.RefreshFiles( false );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -352,7 +350,6 @@ namespace SimpleFileBrowser
|
|||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Variables
|
#region Variables
|
||||||
#pragma warning disable 0649
|
|
||||||
[Header( "Settings" )]
|
[Header( "Settings" )]
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
internal int minWidth = 380;
|
internal int minWidth = 380;
|
||||||
@@ -507,7 +504,6 @@ namespace SimpleFileBrowser
|
|||||||
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private FileBrowserCursorHandler resizeCursorHandler;
|
private FileBrowserCursorHandler resizeCursorHandler;
|
||||||
#pragma warning restore 0649
|
|
||||||
|
|
||||||
internal RectTransform rectTransform;
|
internal RectTransform rectTransform;
|
||||||
private Canvas canvas;
|
private Canvas canvas;
|
||||||
@@ -676,7 +672,7 @@ namespace SimpleFileBrowser
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_multiSelectionToggleSelectionMode = false;
|
m_multiSelectionToggleSelectionMode = false;
|
||||||
RefreshFiles( true );
|
RefreshFiles(true, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -696,6 +692,21 @@ namespace SimpleFileBrowser
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private SearchPredicate m_customSearchHandler;
|
||||||
|
public static event SearchPredicate CustomSearchHandler
|
||||||
|
{
|
||||||
|
add
|
||||||
|
{
|
||||||
|
Instance.m_customSearchHandler += value;
|
||||||
|
m_instance.RefreshFiles(false);
|
||||||
|
}
|
||||||
|
remove
|
||||||
|
{
|
||||||
|
Instance.m_customSearchHandler -= value;
|
||||||
|
m_instance.RefreshFiles(false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private bool m_acceptNonExistingFilename = false; // Is set to true when showing save dialog for Files or FilesAndFolders, false otherwise
|
private bool m_acceptNonExistingFilename = false; // Is set to true when showing save dialog for Files or FilesAndFolders, false otherwise
|
||||||
private bool AcceptNonExistingFilename
|
private bool AcceptNonExistingFilename
|
||||||
{
|
{
|
||||||
@@ -780,6 +791,7 @@ namespace SimpleFileBrowser
|
|||||||
public delegate void OnSuccess( string[] paths );
|
public delegate void OnSuccess( string[] paths );
|
||||||
public delegate void OnCancel();
|
public delegate void OnCancel();
|
||||||
public delegate bool FileSystemEntryFilter( FileSystemEntry entry );
|
public delegate bool FileSystemEntryFilter( FileSystemEntry entry );
|
||||||
|
public delegate bool SearchPredicate(FileSystemEntry entry, string searchTerm);
|
||||||
public delegate void PermissionCallback( Permission permission );
|
public delegate void PermissionCallback( Permission permission );
|
||||||
#if UNITY_EDITOR || UNITY_ANDROID
|
#if UNITY_EDITOR || UNITY_ANDROID
|
||||||
public delegate void AndroidSAFDirectoryPickCallback( string rawUri, string name );
|
public delegate void AndroidSAFDirectoryPickCallback( string rawUri, string name );
|
||||||
@@ -962,13 +974,11 @@ namespace SimpleFileBrowser
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnApplicationFocus( bool focus )
|
private void OnApplicationFocus(bool focus)
|
||||||
{
|
{
|
||||||
if( !focus )
|
if (focus)
|
||||||
PersistFileEntrySelection();
|
RefreshFiles(true);
|
||||||
else
|
}
|
||||||
RefreshFiles( true );
|
|
||||||
}
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Interface Methods
|
#region Interface Methods
|
||||||
@@ -1694,7 +1704,6 @@ namespace SimpleFileBrowser
|
|||||||
if( !canvas ) // Same as OnPathChanged
|
if( !canvas ) // Same as OnPathChanged
|
||||||
return;
|
return;
|
||||||
|
|
||||||
PersistFileEntrySelection();
|
|
||||||
SearchString = newSearchString;
|
SearchString = newSearchString;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1712,7 +1721,6 @@ namespace SimpleFileBrowser
|
|||||||
extensionsSingleSuffixModeChanged = ( AllExtensionsHaveSingleSuffix != allExtensionsHadSingleSuffix );
|
extensionsSingleSuffixModeChanged = ( AllExtensionsHaveSingleSuffix != allExtensionsHadSingleSuffix );
|
||||||
}
|
}
|
||||||
|
|
||||||
PersistFileEntrySelection();
|
|
||||||
RefreshFiles( extensionsSingleSuffixModeChanged );
|
RefreshFiles( extensionsSingleSuffixModeChanged );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1721,7 +1729,6 @@ namespace SimpleFileBrowser
|
|||||||
if( !canvas ) // Same as OnPathChanged
|
if( !canvas ) // Same as OnPathChanged
|
||||||
return;
|
return;
|
||||||
|
|
||||||
PersistFileEntrySelection();
|
|
||||||
RefreshFiles( false );
|
RefreshFiles( false );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2016,10 +2023,17 @@ namespace SimpleFileBrowser
|
|||||||
gameObject.SetActive( false );
|
gameObject.SetActive( false );
|
||||||
}
|
}
|
||||||
|
|
||||||
public void RefreshFiles( bool pathChanged )
|
public void RefreshFiles(bool pathChanged, bool preserveSelection = true)
|
||||||
{
|
{
|
||||||
bool allExtensionsHaveSingleSuffix = AllExtensionsHaveSingleSuffix;
|
bool allExtensionsHaveSingleSuffix = AllExtensionsHaveSingleSuffix;
|
||||||
|
|
||||||
|
if (preserveSelection)
|
||||||
|
{
|
||||||
|
pendingFileEntrySelection.Clear();
|
||||||
|
for (int i = 0; i < selectedFileEntries.Count; i++)
|
||||||
|
pendingFileEntrySelection.Add(validFileEntries[selectedFileEntries[i]].Name);
|
||||||
|
}
|
||||||
|
|
||||||
if( pathChanged )
|
if( pathChanged )
|
||||||
{
|
{
|
||||||
if( !string.IsNullOrEmpty( m_currentPath ) )
|
if( !string.IsNullOrEmpty( m_currentPath ) )
|
||||||
@@ -2099,7 +2113,7 @@ namespace SimpleFileBrowser
|
|||||||
|
|
||||||
// Prevent the case where all the content stays offscreen after changing the search string
|
// Prevent the case where all the content stays offscreen after changing the search string
|
||||||
EnsureScrollViewIsWithinBounds();
|
EnsureScrollViewIsWithinBounds();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns whether or not the FileSystemEntry passes the file browser's filters and should be displayed in the files list
|
// Returns whether or not the FileSystemEntry passes the file browser's filters and should be displayed in the files list
|
||||||
private bool FileSystemEntryMatchesFilters( in FileSystemEntry item, bool allExtensionsHaveSingleSuffix )
|
private bool FileSystemEntryMatchesFilters( in FileSystemEntry item, bool allExtensionsHaveSingleSuffix )
|
||||||
@@ -2131,8 +2145,16 @@ namespace SimpleFileBrowser
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( m_searchString.Length > 0 && textComparer.IndexOf( item.Name, m_searchString, textCompareOptions ) < 0 )
|
if (m_searchString.Length > 0)
|
||||||
return false;
|
{
|
||||||
|
if (m_customSearchHandler != null)
|
||||||
|
{
|
||||||
|
if (!m_customSearchHandler(item, m_searchString))
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
else if (textComparer.IndexOf(item.Name, m_searchString, textCompareOptions) < 0)
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if( m_displayedEntriesFilter != null && !m_displayedEntriesFilter( item ) )
|
if( m_displayedEntriesFilter != null && !m_displayedEntriesFilter( item ) )
|
||||||
return false;
|
return false;
|
||||||
@@ -2237,7 +2259,7 @@ namespace SimpleFileBrowser
|
|||||||
pendingFileEntrySelection.Clear();
|
pendingFileEntrySelection.Clear();
|
||||||
pendingFileEntrySelection.Add( folderName );
|
pendingFileEntrySelection.Add( folderName );
|
||||||
|
|
||||||
RefreshFiles( true );
|
RefreshFiles(true, false);
|
||||||
|
|
||||||
if( m_pickerMode != PickMode.Files )
|
if( m_pickerMode != PickMode.Files )
|
||||||
filenameInputField.text = folderName;
|
filenameInputField.text = folderName;
|
||||||
@@ -2302,7 +2324,7 @@ namespace SimpleFileBrowser
|
|||||||
pendingFileEntrySelection.Clear();
|
pendingFileEntrySelection.Clear();
|
||||||
pendingFileEntrySelection.Add( newName );
|
pendingFileEntrySelection.Add( newName );
|
||||||
|
|
||||||
RefreshFiles( true );
|
RefreshFiles(true, false);
|
||||||
|
|
||||||
if( ( fileInfo.IsDirectory && m_pickerMode != PickMode.Files ) || ( !fileInfo.IsDirectory && m_pickerMode != PickMode.Folders ) )
|
if( ( fileInfo.IsDirectory && m_pickerMode != PickMode.Files ) || ( !fileInfo.IsDirectory && m_pickerMode != PickMode.Folders ) )
|
||||||
filenameInputField.text = newName;
|
filenameInputField.text = newName;
|
||||||
@@ -2331,18 +2353,10 @@ namespace SimpleFileBrowser
|
|||||||
selectedFileEntries.Clear();
|
selectedFileEntries.Clear();
|
||||||
|
|
||||||
MultiSelectionToggleSelectionMode = false;
|
MultiSelectionToggleSelectionMode = false;
|
||||||
RefreshFiles( true );
|
RefreshFiles(true, false);
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Makes sure that the selection persists after Refreshing the file entries
|
|
||||||
private void PersistFileEntrySelection()
|
|
||||||
{
|
|
||||||
pendingFileEntrySelection.Clear();
|
|
||||||
for( int i = 0; i < selectedFileEntries.Count; i++ )
|
|
||||||
pendingFileEntrySelection.Add( validFileEntries[selectedFileEntries[i]].Name );
|
|
||||||
}
|
|
||||||
|
|
||||||
private bool AddQuickLink( Sprite icon, string name, string path )
|
private bool AddQuickLink( Sprite icon, string name, string path )
|
||||||
{
|
{
|
||||||
if( string.IsNullOrEmpty( path ) )
|
if( string.IsNullOrEmpty( path ) )
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowser.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowser.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ namespace SimpleFileBrowser
|
|||||||
{
|
{
|
||||||
public class FileBrowserAccessRestrictedPanel : MonoBehaviour
|
public class FileBrowserAccessRestrictedPanel : MonoBehaviour
|
||||||
{
|
{
|
||||||
#pragma warning disable 0649
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private HorizontalLayoutGroup contentLayoutGroup;
|
private HorizontalLayoutGroup contentLayoutGroup;
|
||||||
|
|
||||||
@@ -19,7 +18,6 @@ namespace SimpleFileBrowser
|
|||||||
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private Button okButton;
|
private Button okButton;
|
||||||
#pragma warning restore 0649
|
|
||||||
|
|
||||||
private void Awake()
|
private void Awake()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserAccessRestrictedPanel.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserAccessRestrictedPanel.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ namespace SimpleFileBrowser
|
|||||||
{
|
{
|
||||||
public class FileBrowserContextMenu : MonoBehaviour
|
public class FileBrowserContextMenu : MonoBehaviour
|
||||||
{
|
{
|
||||||
#pragma warning disable 0649
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private FileBrowser fileBrowser;
|
private FileBrowser fileBrowser;
|
||||||
|
|
||||||
@@ -36,7 +35,6 @@ namespace SimpleFileBrowser
|
|||||||
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private float minDistanceToEdges = 10f;
|
private float minDistanceToEdges = 10f;
|
||||||
#pragma warning restore 0649
|
|
||||||
|
|
||||||
private void Awake()
|
private void Awake()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserContextMenu.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserContextMenu.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -9,10 +9,8 @@ namespace SimpleFileBrowser
|
|||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
#if UNITY_EDITOR || ( !UNITY_ANDROID && !UNITY_IOS )
|
#if UNITY_EDITOR || ( !UNITY_ANDROID && !UNITY_IOS )
|
||||||
#pragma warning disable 0649
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private Texture2D resizeCursor;
|
private Texture2D resizeCursor;
|
||||||
#pragma warning restore 0649
|
|
||||||
|
|
||||||
private bool isHovering;
|
private bool isHovering;
|
||||||
private bool isResizing;
|
private bool isResizing;
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserCursorHandler.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserCursorHandler.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ namespace SimpleFileBrowser
|
|||||||
|
|
||||||
public delegate void OnOperationConfirmed();
|
public delegate void OnOperationConfirmed();
|
||||||
|
|
||||||
#pragma warning disable 0649
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private VerticalLayoutGroup contentLayoutGroup;
|
private VerticalLayoutGroup contentLayoutGroup;
|
||||||
|
|
||||||
@@ -44,7 +43,6 @@ namespace SimpleFileBrowser
|
|||||||
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private float narrowScreenWidth = 380f;
|
private float narrowScreenWidth = 380f;
|
||||||
#pragma warning restore 0649
|
|
||||||
|
|
||||||
private OnOperationConfirmed onOperationConfirmed;
|
private OnOperationConfirmed onOperationConfirmed;
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserFileOperationConfirmationPanel.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserFileOperationConfirmationPanel.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserHelpers.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserHelpers.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ namespace SimpleFileBrowser
|
|||||||
#region Variables
|
#region Variables
|
||||||
protected FileBrowser fileBrowser;
|
protected FileBrowser fileBrowser;
|
||||||
|
|
||||||
#pragma warning disable 0649
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private Image background;
|
private Image background;
|
||||||
|
|
||||||
@@ -31,7 +30,6 @@ namespace SimpleFileBrowser
|
|||||||
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private TextMeshProUGUI nameText;
|
private TextMeshProUGUI nameText;
|
||||||
#pragma warning restore 0649
|
|
||||||
|
|
||||||
#pragma warning disable 0414
|
#pragma warning disable 0414
|
||||||
private bool isSelected, isHidden;
|
private bool isSelected, isHidden;
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserItem.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserItem.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ namespace SimpleFileBrowser
|
|||||||
public class FileBrowserMovement : MonoBehaviour
|
public class FileBrowserMovement : MonoBehaviour
|
||||||
{
|
{
|
||||||
#region Variables
|
#region Variables
|
||||||
#pragma warning disable 0649
|
|
||||||
private FileBrowser fileBrowser;
|
private FileBrowser fileBrowser;
|
||||||
private RectTransform canvasTR;
|
private RectTransform canvasTR;
|
||||||
private Camera canvasCam;
|
private Camera canvasCam;
|
||||||
@@ -16,7 +15,6 @@ namespace SimpleFileBrowser
|
|||||||
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private RecycledListView listView;
|
private RecycledListView listView;
|
||||||
#pragma warning restore 0649
|
|
||||||
|
|
||||||
private Vector2 initialTouchPos = Vector2.zero;
|
private Vector2 initialTouchPos = Vector2.zero;
|
||||||
private Vector2 initialAnchoredPos, initialSizeDelta;
|
private Vector2 initialAnchoredPos, initialSizeDelta;
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserMovement.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserMovement.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserQuickLink.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserQuickLink.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ namespace SimpleFileBrowser
|
|||||||
{
|
{
|
||||||
public delegate void OnRenameCompleted( string filename );
|
public delegate void OnRenameCompleted( string filename );
|
||||||
|
|
||||||
#pragma warning disable 0649
|
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private Image background;
|
private Image background;
|
||||||
|
|
||||||
@@ -22,7 +21,6 @@ namespace SimpleFileBrowser
|
|||||||
[SerializeField]
|
[SerializeField]
|
||||||
private TMP_InputField nameInputField;
|
private TMP_InputField nameInputField;
|
||||||
public TMP_InputField InputField { get { return nameInputField; } }
|
public TMP_InputField InputField { get { return nameInputField; } }
|
||||||
#pragma warning restore 0649
|
|
||||||
|
|
||||||
private OnRenameCompleted onRenameCompleted;
|
private OnRenameCompleted onRenameCompleted;
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserRenamedItem.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowserRenamedItem.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/NonDrawingGraphic.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/NonDrawingGraphic.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/SimpleRecycledListView/IListViewAdapter.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/SimpleRecycledListView/IListViewAdapter.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/SimpleRecycledListView/ListItem.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/SimpleRecycledListView/ListItem.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ namespace SimpleFileBrowser
|
|||||||
, IPointerClickHandler
|
, IPointerClickHandler
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
#pragma warning disable 0649
|
|
||||||
#if UNITY_EDITOR || UNITY_STANDALONE || UNITY_WSA || UNITY_WSA_10_0
|
#if UNITY_EDITOR || UNITY_STANDALONE || UNITY_WSA || UNITY_WSA_10_0
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private FileBrowser fileBrowser;
|
private FileBrowser fileBrowser;
|
||||||
@@ -22,7 +21,6 @@ namespace SimpleFileBrowser
|
|||||||
private RectTransform viewportTransform;
|
private RectTransform viewportTransform;
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private RectTransform contentTransform;
|
private RectTransform contentTransform;
|
||||||
#pragma warning restore 0649
|
|
||||||
|
|
||||||
private float itemHeight, _1OverItemHeight;
|
private float itemHeight, _1OverItemHeight;
|
||||||
private float viewportHeight;
|
private float viewportHeight;
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/SimpleRecycledListView/RecycledListView.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/SimpleRecycledListView/RecycledListView.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -34,7 +34,6 @@ namespace SimpleFileBrowser
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma warning disable 0649
|
|
||||||
[Header( "General" )]
|
[Header( "General" )]
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private TMP_FontAsset m_font;
|
private TMP_FontAsset m_font;
|
||||||
@@ -550,7 +549,6 @@ namespace SimpleFileBrowser
|
|||||||
get { return m_popupPanelsBackground; }
|
get { return m_popupPanelsBackground; }
|
||||||
set { if( m_popupPanelsBackground != value ) { m_popupPanelsBackground = value; m_version++; } }
|
set { if( m_popupPanelsBackground != value ) { m_popupPanelsBackground = value; m_version++; } }
|
||||||
}
|
}
|
||||||
#pragma warning restore 0649
|
|
||||||
|
|
||||||
public void ApplyTo( TMP_Text text, Color textColor )
|
public void ApplyTo( TMP_Text text, Color textColor )
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/UISkin.cs
|
assetPath: Assets/Plugins/SimpleFileBrowser/Scripts/UISkin.cs
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -9,6 +9,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/SimpleFileBrowser.Runtime.asmdef
|
assetPath: Assets/Plugins/SimpleFileBrowser/SimpleFileBrowser.Runtime.asmdef
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Skins/DarkSkin.asset
|
assetPath: Assets/Plugins/SimpleFileBrowser/Skins/DarkSkin.asset
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Skins/LightSkin.asset
|
assetPath: Assets/Plugins/SimpleFileBrowser/Skins/LightSkin.asset
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/Checkmark.psd
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/Checkmark.psd
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/DropdownArrow.psd
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/DropdownArrow.psd
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -137,6 +137,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/ErrorIcon.psd
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/ErrorIcon.psd
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/ArchiveIcon.png
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/ArchiveIcon.png
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/AudioFileIcon.png
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/AudioFileIcon.png
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/DefaultFileIcon.png
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/DefaultFileIcon.png
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/DriveIcon.png
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/DriveIcon.png
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/ExecutableIcon.png
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/ExecutableIcon.png
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/FolderIcon.png
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/FolderIcon.png
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/ImageFileIcon.png
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/ImageFileIcon.png
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -10,6 +10,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/LICENSE.txt
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/LICENSE.txt
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/PdfFileIcon.png
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/PdfFileIcon.png
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/TextFileIcon.png
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/TextFileIcon.png
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/VideoFileIcon.png
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/FileIcons/VideoFileIcon.png
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/ForwardArrow.psd
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/ForwardArrow.psd
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/MultiSelectionToggleOff.psd
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/MultiSelectionToggleOff.psd
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/MultiSelectionToggleOn.psd
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/MultiSelectionToggleOn.psd
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/ResizeCursor.png
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/ResizeCursor.png
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserDrag.psd
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserDrag.psd
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserMoreOptions.psd
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserMoreOptions.psd
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserSlicedBackground1.psd
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserSlicedBackground1.psd
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserSlicedBackground2.psd
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserSlicedBackground2.psd
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserSlicedBackground3.psd
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserSlicedBackground3.psd
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserSlicedBackground4.psd
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserSlicedBackground4.psd
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -125,6 +125,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserSlicedBackground5.psd
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserSlicedBackground5.psd
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
@@ -10,6 +10,6 @@ AssetOrigin:
|
|||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
productId: 113006
|
productId: 113006
|
||||||
packageName: Runtime File Browser
|
packageName: Runtime File Browser
|
||||||
packageVersion: 1.7.4
|
packageVersion: 1.7.5
|
||||||
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserSpriteAtlas.spriteatlas
|
assetPath: Assets/Plugins/SimpleFileBrowser/Sprites/SimpleFileBrowserSpriteAtlas.spriteatlas
|
||||||
uploadId: 758381
|
uploadId: 842588
|
||||||
|
|||||||
Reference in New Issue
Block a user