- Feb 03, 2025
-
- Jan 31, 2025
-
-
argzdev authored
-
- Jan 28, 2025
-
- Jan 09, 2025
-
-
argzdev authored
-
- Dec 11, 2024
-
-
argzdev authored
* Update README.md Adding installation via git URL * Update README.md
-
- Sep 18, 2024
-
-
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
-
- Sep 17, 2024
-
-
a-maurice authored
* Fix issues with copying Android files from Packages * Update CHANGELOG.md
-
- Aug 02, 2024
-
- Jun 26, 2024
-
- Jun 05, 2024
-
- Jun 04, 2024
- May 30, 2024
-
-
Bertrand Guay-Paquet authored
* Fix build on Windows * Don't save setting on each plugin init * Revert "Fix build on Windows" This reverts commit ff03ffda690943f17800d3a26b97ba0d6e753c33. * Fix code style
-
- Feb 12, 2024
-
-
a-maurice authored
* Add logic to automatically enable gradle templates * Update PlayServicesResolver.cs
- Dec 21, 2023
-
-
f1yingbanana authored
Taken from [pull/561](https://github.com/googlesamples/unity-jar-resolver/pull/561) on main repo.
-
f1yingbanana authored
-
f1yingbanana authored
-
f1yingbanana authored
-
f1yingbanana authored
This commit also runs the MD linter on the file.
-
f1yingbanana authored
This commit modifies the build.gradle file so that it explodes the generated UPM package into the repo as part of the release process.
- Nov 02, 2023
-
-
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
-
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.
-
- Oct 23, 2023
-
-
Shawn Kuang authored
-
chkuang-g authored
`com.unity.entities` is no longer searchable from Unity 2020.
-
- Oct 19, 2023
-
-
Shawn Kuang authored
-
- Oct 12, 2023
-
-
Shawn Kuang authored
-
- Oct 11, 2023
-
-
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.
-
- Oct 05, 2023
-
-
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.
-
- Sep 21, 2023
-
-
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
-
- Sep 15, 2023
-
-
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.
-
- Sep 14, 2023
-
-
lyjimmy authored
* Preserve Android plugin CPU value in exports.json for ExportUnityPackage
-
- Aug 21, 2023
-
-
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`.
-
- Aug 18, 2023
-
-
Shawn Kuang authored
-
Shawn Kuang authored
-
chkuang-g authored
Add GHA to build EDM4U on macOS
-
- Aug 14, 2023
-
-
Shawn Kuang authored
- Version 1.2.177 - Aug 14, 2023 * iOS Resolver - Added `/opt/homebrew/bin` to Cocoapod executable search path. Fixes #627
-
- Aug 11, 2023
-
-
Matthew Hyndman authored
Add /opt/homebrew/bin to POD_SEARCH_PATHS
-
- Aug 10, 2023
-
-
chkuang-g authored
-