File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ standards_{{ projects.first.name }}:
99 commands :
1010 - dotnet --version
1111 - dotnet format --version
12- - pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
12+ - sudo add-apt-repository -y ppa:deadsnakes/ppa
13+ - sudo apt update
14+ - sudo apt install -y python3.9
15+ - python3 -m pip install unity-downloader-cli --upgrade
1316 - unity-downloader-cli -u {{ projects.first.test_editors.first }} -c editor --wait --fast
1417 - .Editor/Unity -batchmode -nographics -logFile - -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -projectPath {{ projects.first.path }} -quit
1518 - dotnet run --project dotnet-tools/netcode.standards -- --project={{ projects.first.path }} --check
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
77Additional documentation and release notes are available at [ Multiplayer Documentation] ( https://docs-multiplayer.unity3d.com ) .
88
9- ## [ Unreleased]
9+ ## [ unreleased] yyyy-mm-dd
10+
1011### Added
1112* Added a welcome dialog to guide users on their first time experience (#888 )
1213 * Added a Table of Contents with helpful resources, that can be accessed from the ` Tutorials > Show Tutorials ` menu
@@ -65,6 +66,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
6566* Fixed error logged when unsubscribing from Session events when removed from a Session (#905 )
6667* Fixed error logged when attempting to despawn an already despawned LoadingProgressTracker NetworkObject (#907 )
6768* Fixed error logged when a Melee action was acted on a Breakable object (#908 )
69+ * Internal standards job fix (#915 )
6870
6971## [ 2.5.0] - 2024-04-18
7072
You can’t perform that action at this time.
0 commit comments