-
Notifications
You must be signed in to change notification settings - Fork 456
feat: NetworkTransform now uses NetworkVariables instead of RPCs #826
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
Merged
jeffreyrainy
merged 32 commits into
develop
from
feature/NetworkTransform-using-Netvars
May 19, 2021
Merged
Changes from 17 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
9aafe67
Added new NetworkTransform, more testing needed
SamuelBellomo b2f4c03
improving player movement
SamuelBellomo 0a735fa
updating pos and rot speed
SamuelBellomo e332f84
scale is now world too (just like pos and rot)
SamuelBellomo 0e053c7
Adding authority concept
SamuelBellomo 011e4e9
cleanup, adding old net transform interface with todos
SamuelBellomo 119b2c0
cleanup removing useless handler
SamuelBellomo 85b515d
format fixes
SamuelBellomo ad4db8e
removing comment
SamuelBellomo c8b9bd4
Updating NetworkTransform with final version
SamuelBellomo 1024277
wrong authority
SamuelBellomo c0ca8ac
adding text to identify balls
SamuelBellomo 2bdd966
removing useless space
SamuelBellomo 30afad7
reordering methods
SamuelBellomo 9f8bfdb
fixes
SamuelBellomo 78b70a4
Merge branch 'develop' into feature/NetworkTransform-using-Netvars
SamuelBellomo 3e082f3
Making authority public
SamuelBellomo 2840302
moving this fix to another branch
SamuelBellomo 1aafb02
reverting useless change
SamuelBellomo 6243dc9
putting callback registration in start so it's more symmetrical
SamuelBellomo dd87246
cleanup for public vars
SamuelBellomo b23511d
Merge branch 'develop' into feature/NetworkTransform-using-Netvars
0xFA11 560e33f
Adding referenced jira tickets
SamuelBellomo 8612222
Merge branch 'feature/NetworkTransform-using-Netvars' of github.com:U…
SamuelBellomo 93fe867
convention update
SamuelBellomo 17ab1b8
fix: move ball on top of our head according to our local scale
0xFA11 0365a7d
removing useless NetworkTransform on Player.prefab
SamuelBellomo 459841a
Merge branch 'feature/NetworkTransform-using-Netvars' of github.com:U…
SamuelBellomo 673ac2f
Adding local option for NetworkTransform
SamuelBellomo 9868620
Adding nameof NetworkTransform in error log
SamuelBellomo 0aace77
Merge branch 'develop' into feature/NetworkTransform-using-Netvars
SamuelBellomo faadd4b
Merge branch 'feature/NetworkTransform-using-Netvars' of github.com:U…
SamuelBellomo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
399 changes: 126 additions & 273 deletions
399
com.unity.multiplayer.mlapi/Prototyping/NetworkTransform.cs
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.