File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments