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 889609b commit 3eea857Copy full SHA for 3eea857
.github/workflows/copilot-setup-steps.yml
@@ -61,7 +61,7 @@ jobs:
61
echo "Starting Unity Editor with startup method execution..."
62
63
# Start Unity with executeMethod (without -quit to keep it running)
64
- docker exec -d unity-editor bash -c "unity-editor \
+ docker exec unity-editor bash -c "unity-editor \
65
-projectPath /project \
66
-batchmode \
67
-nographics \
@@ -71,9 +71,6 @@ jobs:
71
echo "Unity Editor started, streaming logs until method completes..."
72
echo "================================================"
73
74
- docker logs -f unity-editor &
75
- LOGS_PID=$!
76
-
77
# Follow logs and look for completion indicators
78
timeout=600 # 10 minutes timeout for method execution
79
elapsed=0
0 commit comments