Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
a8c196b
Feat/distributed authority sample/vivox integration update (#258)
hammerlerobi Nov 22, 2024
9e7dd84
feat: adding a spawner for the player's avatar in the game scene [MTT…
fernando-cortez Nov 25, 2024
6949467
[MTT-8705] Upgrade Client Driven Sample to Unity 6 (#259)
FabianStoll Nov 27, 2024
8ba2a82
[MTT-8704] Upgrade 2D Space Shooter to Unity 6 and add MPPM (#263)
Elfi0Kuhndorf Dec 2, 2024
5cf9b2f
feat: distributed authority sample/expanded controls [MTT-9277] (#256)
fernando-cortez Dec 2, 2024
d463e6a
ClientDriven Sample - Welcome Dialog and Table of Contents [MTT-8693]…
FabianStoll Dec 2, 2024
374459c
[MTTB-546] Fix: Distributed Authority Sample fixing small stones ligh…
Elfi0Kuhndorf Dec 3, 2024
f3ae2fd
[MTT-8881] Integrate proximity voice-chat (#261)
hammerlerobi Dec 4, 2024
584d5ac
[MTT-8696][MTT-8692] Feat: 2D Space Shooter IET Welcome Dialog and Ta…
Elfi0Kuhndorf Dec 9, 2024
190f3c2
[MTT-9279] Fix: Distributed Authority Sample Lighting, Shadow and Sha…
Elfi0Kuhndorf Dec 16, 2024
5ac5788
[MTT-9853] Improve Mobile UI (#266)
hammerlerobi Dec 16, 2024
ce2a586
[MTT-8680] Feat: 2D Space Shooter add new input system (#267)
Elfi0Kuhndorf Dec 17, 2024
bb8f319
feat: distributed authority sample - in-editor tutorial session owner…
fernando-cortez Dec 20, 2024
fa1a605
updating changelog & readme for v1.10.0 release
fernando-cortez Dec 20, 2024
35b3d79
social hub banner path fix in readme
fernando-cortez Dec 22, 2024
48b0288
bumping minumum netcode version in readme
fernando-cortez Dec 22, 2024
289286e
updating 2dspaceshooter & clientdriven readmes
fernando-cortez Dec 22, 2024
8dacb57
social hub: added tested devices to readme
fernando-cortez Dec 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .yamato/project.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ projects:
- name: 2dspaceshooter
path: Basic/2DSpaceShooter
test_editors:
- 2022.3
- 6000.0
run_editor_tests: !!bool false
run_playmode_tests: !!bool false
test_filter:
- name: clientdriven
path: Basic/ClientDriven
test_editors:
- 2022.3
- 6000.0
run_editor_tests: !!bool false
run_playmode_tests: !!bool false
test_filter:
Expand Down
Loading