We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f721ac0 commit 3d8cefaCopy full SHA for 3d8cefa
1 file changed
update.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Path to Unity Editor executable
4
-UNITY_EDITOR_PATH="/Applications/Unity/Hub/Editor/6000.0.0b16/Unity.app/Contents/MacOS/Unity"
+UNITY_EDITOR_PATH="/Applications/Unity/Hub/Editor/6000.0.0f1/Unity.app/Contents/MacOS/Unity"
5
6
# Ask the user for the folder containing Unity projects
7
read -p "Enter the path to the folder containing Unity projects: " PROJECTS_PATH
0 commit comments