Skip to content

Commit 379c03e

Browse files
committed
자동화 스크립트에 파라미터 순서 잘못들어간것 수정
1 parent 30fdca1 commit 379c03e

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
@@ -53,7 +53,7 @@ for UNITY_PROJECT_DIR in "${UNITY_PROJECTS[@]}"; do
5353
cp "$PROJECTS_PATH/ForceReserializeAssets.cs" "$EDITOR_PATH/ForceReserializeAssets.cs"
5454

5555
# Run Unity in batch mode and execute ForceReserializeAssets.Reserialize method
56-
"$UNITY_EDITOR_PATH" -batchmode -quit -executeMethod -accept-apiupdate ForceReserializeAssets.Reserialize -projectPath "$UNITY_PROJECT_DIR"
56+
"$UNITY_EDITOR_PATH" -batchmode -quit -accept-apiupdate -executeMethod ForceReserializeAssets.Reserialize -projectPath "$UNITY_PROJECT_DIR"
5757

5858
# Remove the copied script and its meta file
5959
rm "$EDITOR_PATH/ForceReserializeAssets.cs"

0 commit comments

Comments
 (0)