Skip to content

Commit

Permalink
4.2.1
Browse files Browse the repository at this point in the history
- Changed exposed NetworkTransform.ParentBehaviour.
- Changed TimeManager.AllowTickDropping default to true.
- Changed TimeManager.MaximumFrameTicks default from 2 to 3.
- Fixed removed debug from SyncDictionary.
- Improved XML on NetworkCollider/2D.
- Added AdditionalSize to all NetworkCollider/2D components.
- Improved Yak will no longer show as a missing script when importing FishNet Free over Pro.
- Improved removed code analysis warnings for Yak and ColliderRollback when importing FishNet Free over Pro.
- Changed several consts names which indicated byte length from _BYTES to _LENGTH.
- Fixed NetworkTransform not synchronizing parents properly.
- Fixed prediction buffer running a varying amount of ReplayedCreated states per reconcile.
- Changed removed TimeManager Time.fixedDeltaTime change warning in favor of displaying information on component inspector.
- Changed TimeManager.AllowTickDropping now applies to server and client, previously client only.
- Changed renamed PredictionManager.QueuedInputs to Interpolation; description updated.
- Improved TimeManager.Tick accuracy significantly to always be within 1 tick or better.
- Improved client timing.
- Improved ColliderRollback average accuracy by approximately 0.015f.
- Improved updated Edgegap plugin to commit b721722.
- Added NetworkObject.GetGraphicalObject/SetGraphicalObject.
- Improved exposed DefaultObjectPool.GetOrCreateCache.
- Fixed SyncList enumerator not returning generic type (#657).
- Fixed SyncVar initial values not applying when being set within Awake (#657).
- Fixed CreateReconcile override detection failing when overriding multiple times in an inheritance chain (#646).
- Fixed NetworkTransform incorrectly calling a method twice (#655).
- Improved prediction interpolation and corrections significantly for owned and spectated objects.
- Removed prediction development demos while they are reworked.
  • Loading branch information
FirstGearGames committed Apr 23, 2024
1 parent e5c4400 commit b945f06
Show file tree
Hide file tree
Showing 74 changed files with 1,865 additions and 5,815 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1594,4 +1594,4 @@ private bool CreateReconcileReader(TypeDefinition typeDef, MethodDefinition reco
}
#endregion
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ MonoBehaviour:
_predictionType: 0
_graphicalObject: {fileID: 0}
_enableStateForwarding: 1
_networkTransform: {fileID: 0}
_ownerInterpolation: 1
_enableTeleport: 0
_teleportThreshold: 1
Expand Down Expand Up @@ -833,6 +834,7 @@ MonoBehaviour:
_predictionType: 0
_graphicalObject: {fileID: 0}
_enableStateForwarding: 1
_networkTransform: {fileID: 0}
_ownerInterpolation: 1
_enableTeleport: 0
_teleportThreshold: 1
Expand Down Expand Up @@ -1817,6 +1819,7 @@ Canvas:
m_OverrideSorting: 0
m_OverridePixelPerfect: 0
m_SortingBucketNormalizedSize: 0
m_VertexColorAlwaysGammaSpace: 0
m_AdditionalShaderChannelsFlag: 0
m_SortingLayerID: 0
m_SortingOrder: 0
Expand Down Expand Up @@ -2099,13 +2102,14 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 6f48f002b825cbd45a19bd96d90f9edb, type: 3}
m_Name:
m_EditorClassIdentifier:
_unreliableMTU: 1023
_dontRoute: 0
_unreliableMtu: 1023
_ipv4BindAddress:
_enableIpv6: 1
_ipv6BindAddress:
_port: 7770
_maximumClients: 4095
_clientAddress: localhost
_timeout: 15
--- !u!114 &1016939666208092867
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -2699,6 +2703,7 @@ Canvas:
m_OverrideSorting: 0
m_OverridePixelPerfect: 0
m_SortingBucketNormalizedSize: 0
m_VertexColorAlwaysGammaSpace: 0
m_AdditionalShaderChannelsFlag: 0
m_SortingLayerID: 0
m_SortingOrder: 0
Expand Down Expand Up @@ -2797,7 +2802,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 6d3606bfdac5a4743890fc1a5ecd8f24, type: 3}
m_Name:
m_EditorClassIdentifier:
_autoStartType: 0
_autoStartType: 2
_stoppedColor: {r: 0.25490198, g: 0.25490198, b: 0.25490198, a: 1}
_changingColor: {r: 0.78431374, g: 0.6862745, b: 0, a: 1}
_startedColor: {r: 0, g: 0.5882353, b: 0.64705884, a: 1}
Expand Down
8 changes: 0 additions & 8 deletions Assets/FishNet/Demos/Prediction 2.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/FishNet/Demos/Prediction 2/CharacterController.meta

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b945f06

Please sign in to comment.