2.0.1 release#776
Merged
Merged
Conversation
* Adding graphic raycaster to loading screen and turning on/off raycast blocking
* updated URP settings to include a depth texture, as well as deleted some old unused ones * updated changelog with general message about fixing art bugs * tiny formatting change to the changelog entry * Changed changelog to just include message about this branch
* Moved the torch right next to the starting door out from the corner a bit so that the flame VFX don't clip with the wall * Changelog update
* source of truth for action button resides inside ClientInputSender
* After this PR Unity-Technologies/com.unity.netcode.gameobjects#2081 reverting MaxPayloadSize to default * basis works, still need to debug issue with client reconnecting a second time * setting back max payload size to default value. With recent changes, this now only applies to unreliable messages. With how little NGO uses unreliable messages, this shouldn't need any tweaking anymore. reserializing NetworkingManager, this removes the old max send queue size value as well. * Increasing connection approval timeout to 5 seconds, as 1 second was pretty short for a connection. If there's any packet drops or temporary lag spike, this could timeout the connection when it was actually fine. Still lower than the default 10 seconds. * using classes instead of structs now that we have managed types available in netvars * fixing null ref when doing reconnection flow * deprecated note for utilities * updating manifest and dependencies with 1.1.0 now it's released * initializing number of reconnect attempts before starting the reconnect coroutine * fixing player prefab being destroyed issue Co-authored-by: Unity Netcode CI <[email protected]> Co-authored-by: LPLafontaineB <[email protected]>
SamuelBellomo
approved these changes
Oct 25, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Issue Number(s)
Contribution checklist