-
-
Notifications
You must be signed in to change notification settings - Fork 94
LTS update 19 12 2025 #462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dooly123
wants to merge
660
commits into
long-term-support
Choose a base branch
from
developer
base: long-term-support
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
* Create network shell * Redirect networking to the shell * Create a good portion of an LNL concrete implementation. Haven't touched NetDataReader/Writer yet, which has resulted in a number of incomplete methods. * Lift NetDataReader/Writer from LiteNetLib * Remove remaining LNL references from shell. All LNL references are now in the file containing the LNL implementation. * Include LNL license & copyright information in NetDataReadWrite.cs * Basis Server: fix network shim related issues * shell: fix rebase conflicts possibly should be merged into earlier change(s) * enabled LITENETLIB_SPANS * ready for review --------- Co-authored-by: cnlohr <lohr85@gmail.com> Co-authored-by: dooly <doolanl208@gmail.com>
* Warning/fallback for incorrect manual bind IP addresses. * Split NetDataReadWrite into separate Reader and Writer files. Also added credit to the top of the writer file for FastBitConverter, which had been missed when I was pointing to specific files that things came from.
# Conflicts: # Basis Server/BasisNetworkServer/BasisNetworkingReductionSystem/BasisServerReductionSystemEvents.cs # Basis Server/LiteNetLib/NetConstants.cs # Basis/Packages/com.basis.framework/Networking/Handles/BasisNetworkHandleAvatar.cs # Basis/Packages/com.basis.server/BasisNetworkServer/BasisNetworkingReductionSystem/BasisServerReductionSystemEvents.cs # Basis/Packages/com.basis.server/LiteNetLib/NetConstants.cs
Only active when running from the editor or running a development build.
* Initial panel implementation For now it's called "Vowgan Panels" * Added ability to create non-focused panels * Added better player movement callback handling * Layouts, sprites, and elements oh my * Propper settings saving * Menu structure, Layout tools, and Providers * Rebuilt panel system * Forced IMGUI Default Inspector This is to avoid an inspector bug with the current Unity version. * Built out styling, provider binding, and fixes * New Sliders/Dropdowns added * Resized the Base Element * Element callbacks and slider groups * Added Fonts, Styling, and Additional Elements. * Refactor in preparation of merger * Removed deprecated version * UI Styling revamp, setting bindings, updated theme * Swapped to addressable icons * Avatar panel progress
…round main thread tasks to improve threading performance
This reverts commit 1465e60.
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.
The last LTS release was before we attempted 600+ users. Since then, we have made further improvements and fixed bugs
The differences are bug fixes, ui changes, and IK changes