Skip to content

Commit 640b904

Browse files
committed
update CHANGELOG
1 parent 4c198f7 commit 640b904

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.yamato/cmb-service-standalone-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}:
3535
name : CMB Service Test - NGO {{ project.name }} - [{{ platform.name }}, {{ editor }}, {{ backend }}]
3636
agent:
37-
type: {{ platform.type }}::GPU
37+
type: {{ platform.type }}
3838
image: {{ platform.image }}
3939
flavor: {{ platform.flavor }}
4040

.yamato/desktop-standalone-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
desktop_standalone_build_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}:
3737
name : Standalone Build - NGO {{ project.name }} - [{{ platform.name }}, {{ editor }}, {{ backend }}]
3838
agent:
39-
type: {% if platform.name == "mac" %} {{ platform.type }} {% else %} {{ platform.type }}::GPU {% endif %}
39+
type: {% if platform.name == "mac" %} {{ platform.type }} {% else %} {{ platform.type }} {% endif %}
4040
image: {{ platform.image }}
4141
flavor: {{ platform.flavor }}
4242
{% if platform.name == "mac" %}
@@ -70,7 +70,7 @@ desktop_standalone_build_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
7070
desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}:
7171
name : Standalone Test - NGO {{ project.name }} - [{{ platform.name }}, {{ editor }}, {{ backend }}]
7272
agent:
73-
type: {% if platform.name == "mac" %} {{ platform.type }} {% else %} {{ platform.type }}::GPU {% endif %}
73+
type: {% if platform.name == "mac" %} {{ platform.type }} {% else %} {{ platform.type }} {% endif %}
7474
image: {{ platform.image }}
7575
flavor: {{ platform.flavor }}
7676
{% if platform.name == "mac" %}

.yamato/package-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ package_pack_-_ngo_{{ platform.name }}:
2929
agent:
3030
type: {{ platform.type }}
3131
image: {{ platform.image }}
32-
flavor: {{ platform.flavor }}
32+
flavor: small
3333
{% if platform.model %}
3434
model: {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile)
3535
{% endif %}

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1010

1111
### Added
1212

13+
- `NetworkSceneManager` as an internal wrapper for the `SceneManager.Scene.handle` and swapped all places that use an `int` to represent a `Scene.handle` to instead use the `NetworkSceneManager`. (#3647)
1314
- Clicking on the Help icon in the inspector will now redirect to the relevant documentation. (#3663)
1415
- Added a `Set` function onto `NetworkList` that takes an optional parameter that forces an update to be processed even if the current value is equal to the previous value. (#3690)
1516

@@ -26,6 +27,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
2627

2728
### Fixed
2829

30+
- Distributed authority clients no longer send themselves in the `ClientIds` list when sending a `ChangeOwnershipMessage`. (#3687)
2931
- Made a variety of small performance improvements. (#3683)
3032

3133
### Security

0 commit comments

Comments
 (0)