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: apple/unityplugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: TickTockTech/unityplugins-fix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 19 files changed
  • 3 contributors

Commits on Oct 17, 2023

  1. Fixed: bad args for AssetDatabase.FindAssets

    When AppleFrameworkUtility.GetPluginLibraryPathForBuildTarget() is being called, the libraryName arguments are coming in with extensions. This causes the .bundle/.framework files to not be found during the post-build process.
    Nick-the-Koopa committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0c516ca View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Merge pull request #1 from nickfourtimes/AppleFrameworkUtility-FindAs…

    …sets-Fix
    
    Fixed: bad args for AssetDatabase.FindAssets
    TickTockTech authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    bb00761 View commit details
    Browse the repository at this point in the history
  2. Fix compile issues on non Apple platforms ('cos this might be sort of…

    … useful for a cross-platform game engine - who knows!?).
    TickTockTech committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    305e43d View commit details
    Browse the repository at this point in the history
  3. Fix compile issue

    TickTockTech committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a596c38 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Fix issues with packages on Windows.

    Allan Robertson committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3b358f4 View commit details
    Browse the repository at this point in the history
Loading