-
Notifications
You must be signed in to change notification settings - Fork 461
feat: implement tick-based synchronized NetworkVar #482
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
Changes from 41 commits
a7159f4
7aad8c6
a983537
86b543d
e78da7d
3632b94
77630e8
198fc18
7cb53a2
f3e79bd
dcf05ab
1a289d6
8493a60
7305720
bf949b3
58dbdc0
be8be7a
b2f022b
718b770
3f8c019
16e16a8
8a681d5
676e888
68ffeeb
e8807f0
173f141
4ff1507
3fcbbc2
8a985d5
b135574
a069efa
7f1678c
58e2ecc
022b69b
7947b2e
30c1af7
50a873a
50aaef8
9bdbece
dd6b817
279d5f2
ad7aa3f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,6 +20,7 @@ GameObject: | |
| - component: {fileID: -745482209883575862} | ||
| - component: {fileID: -7468455824255952951} | ||
| - component: {fileID: -4978466230159947418} | ||
| - component: {fileID: 2690316626396496521} | ||
| m_Layer: 0 | ||
| m_Name: Cube | ||
| m_TagString: Target | ||
|
|
@@ -170,7 +171,7 @@ MonoBehaviour: | |
| m_Script: {fileID: 11500000, guid: 3e34656ebae784afca7d1f7f6dc18580, type: 3} | ||
| m_Name: | ||
| m_EditorClassIdentifier: | ||
| range: 10 | ||
| m_Range: 10 | ||
| --- !u!120 &-745482209883575862 | ||
| LineRenderer: | ||
| m_ObjectHideFlags: 0 | ||
|
|
@@ -328,3 +329,15 @@ MonoBehaviour: | |
| m_Script: {fileID: 11500000, guid: 9548116c10df1486ea12b7329b77c5cf, type: 3} | ||
| m_Name: | ||
| m_EditorClassIdentifier: | ||
| --- !u!114 &2690316626396496521 | ||
| MonoBehaviour: | ||
| m_ObjectHideFlags: 0 | ||
| m_CorrespondingSourceObject: {fileID: 0} | ||
| m_PrefabInstance: {fileID: 0} | ||
| m_PrefabAsset: {fileID: 0} | ||
| m_GameObject: {fileID: 8685790303553767886} | ||
| m_Enabled: 1 | ||
| m_EditorHideFlags: 0 | ||
| m_Script: {fileID: 11500000, guid: 962d0654df408407d8055453c9020f2b, type: 3} | ||
| m_Name: | ||
| m_EditorClassIdentifier: | ||
|
Comment on lines
+332
to
+343
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jeffreyrainy — I think we probably shouldn't have merged this change (this is I'll revert this change in one of my PRs next week. |
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
if you think this PR introduces a breaking change, we should also call that out to be more cautious I think.