Showing content from https://github.com/Unity-Technologies/com.unity.multiplayer.samples.bitesize/releases below:
Releases · Unity-Technologies/com.unity.multiplayer.samples.bitesize · GitHub
Releases: Unity-Technologies/com.unity.multiplayer.samples.bitesize
Releases · Unity-Technologies/com.unity.multiplayer.samples.bitesize
v1.10.0 Bitesize Samples Changelog
We are excited to announce the release of Bitesize Samples v1.10.0! Thank you for your continuous support!
Got Feedback about the Bitesize Samples? Let us know via our Feedback Form.
Distributed Authority Social Hub Changed
- Mobile and gamepad support, with associated UI for mobile controls using UIToolkit has been integrated to the sample (#256)
- Player spawning has been deferred to be performed manually by an in-scene placed NetworkObject (#257) Player spawn has been moved to coincide with NetworkManager's OnNetworkSessionSynchronized callback, ensuring the player is spawned after synchronizing the game scene's NetworkObjects.
- Textchat feature has been added. Chat is using Vivox, UI was integrated using UI Toolkit. (#258)
- Adjusted lighting and shadow settings and custom shaders to improve the overall look of the sample, also water transparency issue has been fixed (#265)
- Positional voicechat feature has been added. Chat is using Vivox, UI was integrated using UI Toolkit. See limitations in PR.(#261)
- Improve usability on Mobile, general UI improvements. (#266)
- In-editor tutorials have been added to the sample (#268) They walk you through:
- Associating your project with a Unity Cloud Id
- Creating a Virtual Player through Multiplayer Play Mode
- Enabling Network Scene Visualization through Multiplayer Tools
- A typical session owner promotion while connected to a session
Editor Version
Dependencies Packages
- "com.unity.netcode.gameobjects": "2.1.1",
- "com.unity.multiplayer.tools": "2.2.1"
- "com.unity.multiplayer.playmode": "1.3.2"
- "com.unity.services.multiplayer": "1.0.0"
- "com.unity.inputsystem": "1.11.1"
- "com.unity.render-pipelines.universal": "17.0.3"
2D Space Shooter Changed
- Added a welcome dialog and the standard Table of Contents for Bitesize Samples to 2D Space Shooter Sample (#264)
- Update Project to Unity 6 (#263)
- Replaced 3rd party ParrelSync package with Unity's Multiplayer Play Mode (#263)
- Replaced old input system with new input system (#267)
Editor Version
Dependencies
Client Driven Changed
- Added a welcome dialog and the standard Table of Contents for Bitesize Samples to the ClientDriven sample (#262)
Changed
- Updated project to Unity 6 (#259)
- Replaced 3rd party ParrelSync package with Unity's Multiplayer Play Mode
Editor Version
Dependencies
Full Changelog: v1.9.0...v1.10.0
v1.9.0 Bitesize Samples Changelog
We are excited to announce the release of Bitesize Samples v1.9.0! Thank you for your continuous support!
We'd like to announce the promotion of the Distributed Authority Social Hub Sample!
Distributed Authority Social Hub Sample
This sample is built with the Distributed Authority topology, showcasing recommended approaches to designing gameplay features with the new framework inside Netcode for GameObjects v2.0 in tandem with the Multiplayer SDK. This sample serves as the educational entry point for users who are looking to implement a similar networking topology inside of their projects.
Got Feedback about the Bitesize Samples? Let us know via our Feedback Form.
Distributed Authority Social Hub Changed
- This sample is no longer "Experimental", and it has been moved into the "Basic" folder
Editor Version
Dependencies Packages
- "com.unity.netcode.gameobjects": "2.1.1",
- "com.unity.multiplayer.tools": "2.2.1"
- "com.unity.multiplayer.playmode": "1.3.1"
- "com.unity.services.multiplayer": "1.0.0"
- "com.unity.inputsystem": "1.11.1"
- "com.unity.render-pipelines.universal": "17.0.3"
Full Changelog: v1.8.0...v1.9.0
v1.8.0 Bitesize Samples Changelog
We are excited to announce the release of Bitesize Samples v1.8.0! Thank you for your continuous support!
Got Feedback about the Bitesize Samples? Let us know via our Feedback Form.
[1.8.0] 2024-10-23 Multiplayer Use Cases Added
- The last page of the "Data/Event Synchronization" tutorial redirects to the "Proximity Checks" tutorial
- Imported TextMeshPro essentials so you don't have to do it
Changed
- Updated project to Unity 6
- All inputs are handled through the new Unity Input System
- In-Game UI is now responsive and adapts to screen size
- Replaced 3rd party ParrelSync package with Unity's Multiplayer Play Mode
- Disabled compatibility mode for RenderGraph, as it's going to be deprecated and throws warnings
- Removed runtime network stats monitor from the scene to improve readability
- Removed deprecated visual studio code package
- Updated packages: Rider to 3.0.31, Input System to 1.11.1, Tutorial Framework to 4.0.2, Multiplayer Tools to 2.2.1, Netcode For GameObejcts to 2.0.0, UGUI to 2.0.0, Test Framework to 1.4.5, Universal Render Pipeline to 17.0.3
Fixed
- Fixed "Build Profile" window not being clickable during the last page of each tutorial
Full Changelog: v1.7.0...v1.8.0
v1.7.0 Bitesize Samples Changelog
We are excited to announce the release of Bitesize Samples v1.7.0! Thank you for your continuous support!
Got Feedback about the Bitesize Samples? Let us know via our Feedback Form.
[1.7.0] - 2024-08-31 Bitesize Samples Repository Added
- Added a "Deprecated" folder for samples that are no longer supported
Invaders Changed
- This sample is now "Deprecated"
Multiplayer Use Cases Changed
- This sample is no longer "Experimental", and it has been moved into the "Basic" folder
- In-game UI now uses UIToolkit instead of UGUI
- Updated README to provide a clear path to the onboarding resources in case a user closed the Tutorial window
Editor Version
Dependencies Packages
Dedicated Game Server Changed
- Upgraded project to Unity 6000.0.3f1
- Updated dedicated server packages to 1.1.0
- Updated Netcode For GameObjects version to 1.8.1, and replaced RPCs using the new workflow provided
Editor Version
Dependencies Packages
Full Changelog: v1.6.0...v1.7.0
v1.6.0 v1.5.0 v1.4.0 v1.3.0 v1.2.1 Bitesize Samples Changelog
This is a minor housekeeping patch to fix broken Readme links. Please check out the 1.2.0 release for more information on the new Dynamic Addressables Network Prefabs sample! Below is a preview of the 1.2.0 release notes:
Dynamic Addressables Network Prefabs
The Dynamic Addressables Network Prefabs sample has been added! This sample showcases the available use-cases for the dynamic prefab system, which allows us to add new spawnable prefabs at runtime. Each scene in the project showcases a different, isolated feature of the API, allowing for easy extraction into other projects. This sample also uses in-game UI (created using UI Toolkit) to interface with the dynamic prefabs system with configurable options like artificial latency and network spawn timeout for easy testing. (#63) (#94) (#96) (#97) (#98) (#99) (#100) (#101) (#103)
[1.2.1] - 2023-02-17 Dynamic Addressables Network Prefabs Changed
- Readme updated with link to the Dynamic Addressables Network Prefabs sample documentation, and broken links fixed (#106)
Client Driven Changed
- Readme updated with link to the Client Driven sample documentation, and broken links fixed (#106)
Invaders Changed
- Readme updated with link to the Invaders samples documentation, and broken links fixed (#106)
2D Space Shooter Changed
- Readme updated with link to the 2D Space Shooter sample documentation, and broken links fixed (#106)
Bitesize Samples Repository Changed
- Readme updated and broken links fixed (#106) (#108)
Full Changelog: v1.2.0...1.2.1 v1.2.0
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4