Skip to content
Snippets Groups Projects
  1. Feb 03, 2025
  2. Jan 31, 2025
  3. Jan 28, 2025
  4. Jan 09, 2025
  5. Dec 11, 2024
  6. Sep 18, 2024
    • a-maurice's avatar
      Version 1.2.183 (#710) · 3e97c8d8
      a-maurice authored
      * Version 1.2.183
      
      # Version 1.2.183 - Sep 17, 2024
      * Android Resolver - Handle package paths that don't include a version hash,
        which is no longer present with Unity 6. Fixes #697
      * Android Resolver - Handle packages referenced using local file paths.
        Fixes #701
      
      * Update release date
      v1.2.183
      3e97c8d8
  7. Sep 17, 2024
  8. Aug 02, 2024
    • a-maurice's avatar
      Version 1.2.182 (#702) · 12cca2d6
      a-maurice authored
      # Version 1.2.182 - Aug 2, 2024
      * General - Check for gradle version instead of Unity version when determining
        the template files to modify.
      v1.2.182
      12cca2d6
  9. Jun 26, 2024
    • a-maurice's avatar
      Version 1.2.181 (#694) · 8e4659ac
      a-maurice authored
      # Version 1.2.181 - Jun 26, 2024
      * General - Disable `EditorMeasurement` reporting that relied on the
        Measurement Protocol for Universal Analytics.
      v1.2.181
      8e4659ac
  10. Jun 05, 2024
  11. Jun 04, 2024
  12. May 30, 2024
  13. Feb 12, 2024
  14. Dec 21, 2023
  15. Nov 02, 2023
    • chkuang-g's avatar
      Fix NUnit tests by migrating to use Unity Test Frameworks. (#646) · ae200afe
      chkuang-g authored
      - Change NUnit tests to utilize Unity Test Frameworks
      - Add new script to enable dlls through Version Handler. This script should be removed before tests, or it will exit the Unity once Version Handler update is done.
      - Add required UPM packages for Unity Test Frameworks
      - Move all NUnit test code to the proper folders and add proper .asmdef, instead of using .csproj
      ae200afe
    • chkuang-g's avatar
      Update Test and Build workflow (#648) · 7782c4c5
      chkuang-g authored
      - Prevent unintended labels from triggering test workflow
      - Prevent pull request from triggering build workflows since test
        workflow would build EDM4U.
      - Prevent test workflow from emitting error message just because
        `grep` command did not get any failed tests.
      7782c4c5
  16. Oct 23, 2023
  17. Oct 19, 2023
  18. Oct 12, 2023
  19. Oct 11, 2023
    • chkuang-g's avatar
      GHA integration test (#637) · 00229a32
      chkuang-g authored
      Add GHA for tests
      
      Currently only run tests except for NUnit tests since it is broken from Unity 2019.
      Also add logs when test starts and summary when all the tests are finished.
      00229a32
  20. Oct 05, 2023
    • chkuang-g's avatar
      Filter tests through Gradle properties (#644) · 65d99190
      chkuang-g authored
      Enable test filtering through Gradle properties. See README.md for more information
      
      In addition,
      - Update reportAllTestsResult task to include test type and test
      module information.
      - Update README.md to include information about test-related
      properties.
      65d99190
  21. Sep 21, 2023
    • chkuang-g's avatar
      Able to continue tests if one fails (#641) · 5fa2aec7
      chkuang-g authored
      Add new property `CONTINUE_ON_FAIL_FOR_TESTS_ENABLED`. When set
      to `1`, if one test fails, the build script will continue running
      the next test and provide a final report when all tests are finished.
      
      This currently works for
      - Unity Integration tests
      - Python tests
      
      This does not work for
      - Gradle test, ex. `testDownloadArtifacts`
      - NUnit test
      5fa2aec7
  22. Sep 15, 2023
    • chkuang-g's avatar
      Prevent package from including Mac Metadata file (#640) · a9636f72
      chkuang-g authored
      * Prevent package from including Mac Metadata file
      
      If `tar` is run from a macOS, by default, it will create Mac Metadata
      file for every file and folder which starts with ".". This change makes
      sure that the archives does not include Mac Metadata file.
      a9636f72
  23. Sep 14, 2023
  24. Aug 21, 2023
    • chkuang-g's avatar
      Fix Build GHA cron job (#636) · 5b98ca03
      chkuang-g authored
      Input value from `workflow_dispatch` does not work if the action is triggered by cron job or other events.
      
      Therefore, this change set default values, ex. unity_version, when the event type is not `workflow_dispatch`.
      5b98ca03
  25. Aug 18, 2023
  26. Aug 14, 2023
    • Shawn Kuang's avatar
      Version 1.2.177 · ebfa213e
      Shawn Kuang authored
      - Version 1.2.177 - Aug 14, 2023
      * iOS Resolver - Added `/opt/homebrew/bin` to Cocoapod executable search path.
        Fixes #627
      v1.2.177
      ebfa213e
  27. Aug 11, 2023
  28. Aug 10, 2023