chore: NGO 1.11.0 merge back to develop NGO develop (#3024)

* updating changelog and package.json

* adding unreleased section to changelog
This commit is contained in:
Frank Luong 2024-08-26 10:59:00 -04:00 коммит произвёл GitHub
Родитель beb08e8441
Коммит 142e757a55
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).
[Unreleased]
### Added
### Fixed
### Changed
## [1.11.0] - 2024-08-20
### Added
- Added `NetworkVariable.CheckDirtyState` that is to be used in tandem with collections in order to detect whether the collection or an item within the collection has changed. (#3005)

Просмотреть файл

@ -2,7 +2,7 @@
"name": "com.unity.netcode.gameobjects",
"displayName": "Netcode for GameObjects",
"description": "Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.",
"version": "1.10.0",
"version": "1.11.0",
"unity": "2021.3",
"dependencies": {
"com.unity.nuget.mono-cecil": "1.10.1",