You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check env-var UNITY_ROOT_DIR as well during build (#455)
Currently the build script would automatically find the latest version of Unity unless it is passed with `-unity_root=` parameter.
This change make sure that the build script also check environment variable UNITY_ROOT_DIR before searching for the latest version of Unity.
0 commit comments