We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fdca1 commit 379c03eCopy full SHA for 379c03e
1 file changed
update.sh
@@ -53,7 +53,7 @@ for UNITY_PROJECT_DIR in "${UNITY_PROJECTS[@]}"; do
53
cp "$PROJECTS_PATH/ForceReserializeAssets.cs" "$EDITOR_PATH/ForceReserializeAssets.cs"
54
55
# 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"
+ "$UNITY_EDITOR_PATH" -batchmode -quit -accept-apiupdate -executeMethod ForceReserializeAssets.Reserialize -projectPath "$UNITY_PROJECT_DIR"
57
58
# Remove the copied script and its meta file
59
rm "$EDITOR_PATH/ForceReserializeAssets.cs"
0 commit comments