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

Misc QOL Updates and bug fixes #505

Merged
merged 17 commits into from
Feb 14, 2023
Merged

Commits on Feb 11, 2023

  1. Add caching for Unity Hub/Editor on MacOS. Add parameter to pin Unity…

    … Hub version on MacOS. Live output MacOS build log to console. Hid extraneous log outputs from git. Throw error when failures detected in log output.
    AndrewKahr committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    e3b2fff View commit details
    Browse the repository at this point in the history
  2. Update pr template links

    AndrewKahr committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    5b5648a View commit details
    Browse the repository at this point in the history
  3. Add system to build Android Project. Update PR Template links. Fix mi…

    …ssing types on functions. Cleanup mac-setup module installation
    AndrewKahr committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    5484744 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd714da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5a4341 View commit details
    Browse the repository at this point in the history
  6. Enforce node version minimum. Added yarn-audit-fix to dev dependencie…

    …s and Updated package vulnerabilities.
    AndrewKahr committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    d49fdb5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    899cb85 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Add android symbol type parameter. Change windows scripts to use $Las…

    …tExitCode and not $?. Update tests.
    AndrewKahr committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    25e471b View commit details
    Browse the repository at this point in the history
  2. Fix issues on android symbols for older unity versions. Change symbol…

    … default to public. Increase build test coverage of unity versions.
    AndrewKahr committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    0b21b4c View commit details
    Browse the repository at this point in the history
  3. Remove 2018.1 from tests

    AndrewKahr committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    1e84cce View commit details
    Browse the repository at this point in the history
  4. Remove out variable declaration to support Unity 2018 in default buil…

    …d script. Remove <2019.3 versions of unity from windows builder as IL2CPP isn't supported until 2019.3.
    AndrewKahr committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    7d3a5d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bef9097 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffa6a0f View commit details
    Browse the repository at this point in the history
  7. Remove 2018-2019.3 unity versions from mac as they don't support IL2C…

    …PP. Fix app identifier for android in testproject
    AndrewKahr committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    ceef762 View commit details
    Browse the repository at this point in the history
  8. Fix android bundle id

    AndrewKahr committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    24634cc View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Updated android identifier. Removed incompatible unity versions from …

    …tests. Add retry logic to windows as it seems to have licensing issues when so many runners start
    AndrewKahr committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    3ecc658 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e81af1 View commit details
    Browse the repository at this point in the history