We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3165db0 commit 2b6b8efCopy full SHA for 2b6b8ef
composeRelease.sh
@@ -68,7 +68,7 @@ fi
68
# try to find unity executable
69
unity_project_version_path="OneSignalExample/ProjectSettings/ProjectVersion.txt"
70
unity_project_version=$(cat ${unity_project_version_path} | sed -n 's/^m_EditorVersion: //p')
71
-unity_versions_path="/opt/unity/Editor/Unity"
+unity_versions_path="/home/runner/Unity/Hub/Editor"
72
unity_path="${unity_versions_path}/${unity_project_version}"
73
74
if [[ ! -d "${unity_versions_path}" ]]
0 commit comments