Skip to content

Commit 3d8cefa

Browse files
committed
update.sh - 유니티 6 프리뷰를 쓰도록 변경
1 parent f721ac0 commit 3d8cefa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Path to Unity Editor executable
4-
UNITY_EDITOR_PATH="/Applications/Unity/Hub/Editor/6000.0.0b16/Unity.app/Contents/MacOS/Unity"
4+
UNITY_EDITOR_PATH="/Applications/Unity/Hub/Editor/6000.0.0f1/Unity.app/Contents/MacOS/Unity"
55

66
# Ask the user for the folder containing Unity projects
77
read -p "Enter the path to the folder containing Unity projects: " PROJECTS_PATH

0 commit comments

Comments
 (0)