Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Asset Path Extension for AssetLoader Disambiguation #11644

Commits on Feb 1, 2024

  1. Updated AssetServer AssetLoader Resolution

    Added algorithm which will attempt to resolve via `AssetLoader` name, then `Asset` type, then by extension. If at any point multiple loaders fit a particular criteria, the next criteria is used as a tie breaker.
    bushrat011899 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    93263a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Refactor and QA Pass

    bushrat011899 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    810ddf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    912ddf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61f409f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37c532f View commit details
    Browse the repository at this point in the history