Skip to content

Releases: yasirkula/UnitySimpleFileBrowser

v1.7.7

Choose a tag to compare

@yasirkula yasirkula released this 10 May 21:50

v1.7.6

Choose a tag to compare

@yasirkula yasirkula released this 24 Apr 08:33

Fixed a very rare crash on DeleteSelectedFiles (#112)

v1.7.5

Choose a tag to compare

@yasirkula yasirkula released this 03 Jan 21:08

Added FileBrowser.CustomSearchHandler event

v1.7.4

Choose a tag to compare

@yasirkula yasirkula released this 20 May 19:48

Fixed WaitForSaveDialog no longer working on Android (fixed #107)

v1.7.3

Choose a tag to compare

@yasirkula yasirkula released this 18 May 12:21

Disabled "Parse Escape Characters" of all TextMeshProUGUIs to avoid edge cases (fixed #106)

v1.7.2

Choose a tag to compare

@yasirkula yasirkula released this 07 Apr 18:56
  • Fixed UnauthorizedAccessException on iOS
  • Tiny performance optimization

v1.7.1

Choose a tag to compare

@yasirkula yasirkula released this 27 Mar 20:40

Added FileBrowser.CanDeleteFiles and CanRenameFiles properties to disable deleting/renaming files via file browser UI

v1.7.0

Choose a tag to compare

@yasirkula yasirkula released this 25 Mar 20:07
  • BREAKING CHANGE: Replaced RequestPermission with RequestPermissionAsync (see yasirkula/UnityNativeGallery#343)
  • BREAKING CHANGE: CheckPermission returns bool instead of Permission (see yasirkula/UnityAndroidRuntimePermissions#14)
  • Updated Unity version to 2021.3.41f1
  • Upgraded Texts to TextMesh Pro (closed #82)
  • Configurable Enter Play Mode is supported (disabling Domain Reload works but disabling Scene Reload isn't tested)
  • FileBrowser.Instance is now public for convenience
  • Removed nested canvases from SimpleFileBrowserCanvas prefab to make VR integration simpler

v1.6.6

Choose a tag to compare

@yasirkula yasirkula released this 09 Mar 09:06

Fixed rare "No such proxy method" error for native callback functions

v1.6.5

Choose a tag to compare

@yasirkula yasirkula released this 10 Feb 11:09
  • Moved most UnityEvent registrations to the code (it fixes InputField.OnEndEdit being changed to InputField.OnSubmit on latest Unity versions, see: yasirkula/UnityTextToTextMeshProUpgradeTool#2)
  • Minor memory optimization in RecycledListView
  • Attempted to simplify the example code