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

Also detect Unity version from project when running UnityTasks.UnityRunTests #1428

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Sep 23, 2024

  1. Also call DetectUnityVersion when in UnityTasks.UnityRunTests

    The generic PreProcess method on line 111 also handles Unity runs that don't directly relate to a project (e.g. license activation). However, for the tasks which deal with projects, we want them to auto-detect the Unity editor version from the project. Previously this was only implemented when starting the general UnityTasks.Unity method, but now it's also used when running tests.
    Christopher Yarbrough committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f35a5e0 View commit details
    Browse the repository at this point in the history