-
Notifications
You must be signed in to change notification settings - Fork 450
fix: Resolving Sync Issues and adding ResetTrigger support #1327
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
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
97dc094
fix: Adding the ability to call ResetTrigger for a NetworkAnimator.
andrews-unity 6394078
chore: fix out of sync values when no value changes where happening.
andrews-unity 280dfe9
Merge branch 'develop' into fix/add-resettrigger-animator
andrews-unity 79203aa
Merge branch 'develop' into fix/add-resettrigger-animator
andrews-unity 60161ab
chore: adding comment above WriteParameters
andrews-unity 851ff50
Merge branch 'develop' into fix/add-resettrigger-animator
andrews-unity e1087b7
chore: updating changelog
andrews-unity 8863577
Merge branch 'develop' into fix/add-resettrigger-animator
andrews-unity b2856e7
Merge branch 'develop' into fix/add-resettrigger-animator
andrews-unity 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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess because we can't trust the value hasn't changed because of the reset?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, I will revisit this for 1.1.0... I have potential solution but its a little more involved so this unblocks the issue where we get an overflow exception on the read side of things. Luckily by default we don't auto sync anything so in most cases we don't send a bunch of updates unless the user opts in for that, and we will always send a full update when we sync state which should be true but I would like to come back to this for 1.1.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sg, can I suggest pasting what you just said in a comment around it?