Skip to content

Commit 93baccd

Browse files
committed
Added comment
1 parent 9b20c86 commit 93baccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
7171
image: {{ platform.image }}
7272
flavor: {{ platform.flavor }}
7373

74-
# Set additional variables for running the echo server
74+
# Set additional variables for running the echo server (This is needed ONLY for NGOv2.X because relates to Distributed Authority)
7575
{% if platform.name != "win" %}
7676
variables:
7777
ECHO_SERVER_PORT: "7788"
@@ -84,7 +84,7 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
8484
- unity-downloader-cli -u {{ editor }} -c Editor {% if backend == "il2cpp" %} -c il2cpp {% endif %} --wait
8585
- UnifiedTestRunner --suite=playmode --player-load-path=build/players --artifacts-path=test-results --testproject={{ project.path }} --editor-location=.Editor --playergraphicsapi=Null --fail-on-assert --reruncount=1 --clean-library-on-rerun --timeout=1800
8686

87-
# If ubuntu, run rust echo server
87+
# If ubuntu, run rust echo server (This is needed ONLY for NGOv2.X because relates to Distributed Authority)
8888
{% if platform.name != "win" %}
8989
- git clone https://github.com/Unity-Technologies/mps-common-multiplayer-backend.git
9090
# Install rust

0 commit comments

Comments
 (0)