Fix/update IDE packages [MTT-8034] (#166)

* updated IDE Rider packages in basic samples

* Update CHANGELOG.md
This commit is contained in:
Elfi0Kuhndorf 2024-04-23 09:36:26 +02:00 коммит произвёл GitHub
Родитель 1072e7d471
Коммит 2c96d6226e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
9 изменённых файлов: 24 добавлений и 8 удалений

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

@ -3,7 +3,7 @@
"com.unity.2d.sprite": "1.0.0",
"com.unity.ai.navigation": "1.1.5",
"com.unity.collab-proxy": "2.2.0",
"com.unity.ide.rider": "3.0.26",
"com.unity.ide.rider": "3.0.28",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.multiplayer.samples.coop": "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop.git?path=/Packages/com.unity.multiplayer.samples.coop#v2.4.0",

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

@ -56,7 +56,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.26",
"version": "3.0.28",
"depth": 0,
"source": "registry",
"dependencies": {

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

@ -3,7 +3,7 @@
"com.unity.ai.navigation": "1.1.5",
"com.unity.cinemachine": "2.9.5",
"com.unity.collab-proxy": "2.2.0",
"com.unity.ide.rider": "3.0.26",
"com.unity.ide.rider": "3.0.28",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.7.0",

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

@ -59,7 +59,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.26",
"version": "3.0.28",
"depth": 0,
"source": "registry",
"dependencies": {

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

@ -2,7 +2,7 @@
"dependencies": {
"com.unity.addressables": "1.21.19",
"com.unity.ai.navigation": "1.1.5",
"com.unity.ide.rider": "3.0.26",
"com.unity.ide.rider": "3.0.28",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.multiplayer.tools": "1.1.1",

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

@ -50,7 +50,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.26",
"version": "3.0.28",
"depth": 0,
"source": "registry",
"dependencies": {

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

@ -2,7 +2,7 @@
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.ai.navigation": "1.1.5",
"com.unity.ide.rider": "3.0.26",
"com.unity.ide.rider": "3.0.28",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.multiplayer.samples.coop": "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop.git?path=/Packages/com.unity.multiplayer.samples.coop#v2.4.0",

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

@ -49,7 +49,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.26",
"version": "3.0.28",
"depth": 0,
"source": "registry",
"dependencies": {

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

@ -7,16 +7,32 @@
#### Cleanup
- Formatted .cs files inside the Bitesize Samples repository to adhere to coding standards (#156) Internal testing job definition files were added in order for internal processes to execute.
### 2D Space Shooter
#### Changed
- Upgraded to IDE Rider v3.0.28 (#166)
### Client Driven
#### Changed
- Upgraded to Netcode for GameObjects v1.8.1 (#164)
- Upgraded to the newer API for Rpcs, Universal Rpcs
- The place of execution for a client's position was moved to ClientNetworkTransform child class, ClientDrivenNetworkTransform. This ensures no race condition issues on a client's first position sync. Server code now modifies a NetworkVariable that client-owned instances of ClientDrivenNetworkTransform use on OnNetworkSpawn to initially move a player
- Upgraded to IDE Rider v3.0.28 (#166)
#### Fixed
- Added Spawner with event executed on Server Start to fix inconsistent ghost ingredients issue (#157)
### Dynamic Addressables Network Prefabs
#### Changed
- Upgraded to IDE Rider v3.0.28 (#166)
### Invaders
#### Changed
- Upgraded to IDE Rider v3.0.28 (#166)
## [1.5.0] 2023-12-15
### Bitesize Samples Repository