Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NtskwK/UnitySimpleFileBrowser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: yasirkula/UnitySimpleFileBrowser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 55 files changed
  • 1 contributor

Commits on Mar 25, 2025

  1. - BREAKING CHANGE: Replaced RequestPermission with RequestPermissionA…

    …sync (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 yasirkula#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
    yasirkula committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    1750c04 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Added FileBrowser.CanDeleteFiles and CanRenameFiles properties to dis…

    …able deleting/renaming files via file browser UI
    yasirkula committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    ace9a49 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. - Fixed UnauthorizedAccessException on iOS

    - Tiny performance optimization
    yasirkula committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    d38e5f1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. Configuration menu
    Copy the full SHA
    b18be6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eadad81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9847eb4 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Configuration menu
    Copy the full SHA
    0990d13 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Configuration menu
    Copy the full SHA
    bce53b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2026

  1. Configuration menu
    Copy the full SHA
    0852f4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e24fa52 View commit details
    Browse the repository at this point in the history
Loading