Skip to content

Commit

Permalink
MAJOR v1.0, Client prediction finished major bug fix, most bugs are f…
Browse files Browse the repository at this point in the history
…ixed, major refactoring & comments, Stable
  • Loading branch information
AmirKedem committed May 4, 2020
1 parent 3d6938b commit 2ee963e
Show file tree
Hide file tree
Showing 40 changed files with 3,564 additions and 1,409 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Therefore, game devs have developed some neat algorithms to make the game experi
## Algorithms:
- Lag Compensation [Done]
- Client Side Interpolation [Done]
- Client Side Prediction
- Client Side Prediction [Done]

![Imgur](https://i.imgur.com/nIhGLDz.gif)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
speedFactor: 3
rotationSpeed: 1
playerId: 1
rtt: 0
playerContainer: {fileID: 1464371581689386910}
Expand Down Expand Up @@ -681,6 +680,10 @@ PrefabInstance:
propertyPath: m_IsActive
value: 1
objectReference: {fileID: 0}
- target: {fileID: 1391847458487284, guid: 9bf79f2d846a57440a981c168c87c617, type: 3}
propertyPath: m_Layer
value: 8
objectReference: {fileID: 0}
- target: {fileID: 4438486546012146, guid: 9bf79f2d846a57440a981c168c87c617, type: 3}
propertyPath: m_LocalPosition.x
value: -0
Expand Down Expand Up @@ -741,6 +744,10 @@ PrefabInstance:
propertyPath: m_IsActive
value: 0
objectReference: {fileID: 0}
- target: {fileID: 1046807852810198, guid: 9bf79f2d846a57440a981c168c87c617, type: 3}
propertyPath: m_Layer
value: 8
objectReference: {fileID: 0}
- target: {fileID: 23009539048712306, guid: 9bf79f2d846a57440a981c168c87c617,
type: 3}
propertyPath: m_Enabled
Expand Down
Loading

0 comments on commit 2ee963e

Please sign in to comment.