MrGadget
246a95262d
Assigned Mirror icon to Common scripts
2024-09-21 16:32:36 -04:00
MrGadget
1b7b20ad52
Deleted other PlayerCamera scripts in favor of Common
2024-09-21 16:32:36 -04:00
MrGadget
bef8245ef2
Updated Example Player Prefabs to use Common PlayerCamera
2024-09-21 16:32:36 -04:00
MrGadget
90000c84ba
Moved PlayerCamera to Common
2024-09-21 16:32:36 -04:00
MrGadget
fdfcd4f780
chore(CI): RunUnityTests - updated unityVersion
2024-09-21 16:32:36 -04:00
mischa
044f51dba6
Update README.md
2024-09-21 16:32:36 -04:00
miwarnec
14d2017229
PredictionUtils: Destroy Source is now optional
2024-09-21 16:32:36 -04:00
MrGadget
49c66ccae5
Renamed WeaverSyncVarTests.SyncVarsCanBeArray
2024-09-21 16:32:35 -04:00
mischa
f51b7878f6
fix(LatencySimulation): implement PortTransport since almost all underlying Transports are PortTransports ( #3830 )
...
* fix(LatencySimulation): implement PortTransport since almost all underlying Transports are PortTransports
* Update Assets/Mirror/Transports/Latency/LatencySimulation.cs
Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>
* Update Assets/Mirror/Transports/Latency/LatencySimulation.cs
Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>
---------
Co-authored-by: mischa <16416509+vis2k@users.noreply.github.com>
Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>
2024-09-21 16:32:35 -04:00
MrGadget
2d97adeaf5
chore(CI): RunUnityTests - updated unityVersions
2024-09-21 16:32:35 -04:00
MrGadget
306052569a
fix(NetworkManager): OnGUI DEBUG only
2024-09-21 16:32:35 -04:00
MrGadget
af9994ba57
fix(WeaverAssembler): Silence Obsolete Warning ( #3826 )
...
We have #3630 for this...silence warning until Unity tells us what to use instead.
2024-09-21 16:32:35 -04:00
MrGadget
94330010c7
fix(NetworkRoomManager): Hashset instead of List
2024-09-21 16:32:35 -04:00
mischa
23b700d287
KcpTransport: reuse IPEndPoint.PrettyAddress extension
2024-09-21 16:32:35 -04:00
mischa
ba219f7e41
Extensions: IPEndPoint.PrettyAddress
2024-09-21 16:32:35 -04:00
mischa
021ac0b488
Telepathy: moved GetClientAddress exception handling from Transport into Telepathy itself
2024-09-21 16:32:35 -04:00
mischa
14ed0696ec
KcpTransport: simplify double ternary for readability
2024-09-21 16:32:35 -04:00
MrGadget
976788506d
chore(CI): RunUnityTests - updated unityVersions
2024-09-21 16:32:35 -04:00
JesusLuvsYooh
8867000315
Fancy camera for couch coop example, and player list. ( #3821 )
2024-09-21 16:32:35 -04:00
MrGadget
58f7112065
chore(CI): RunUnityTests - updated unityVersion
2024-09-21 16:32:35 -04:00
MrGadget
b229a8b4e0
chore(CI): RunUnityTests - updated unityVersions
2024-09-21 16:32:35 -04:00
MrGadget
dafb036802
Update Semantic.yml
2024-09-21 16:32:35 -04:00
MrGadget
7cd953e0d9
Update Semantic.yml
2024-09-21 16:32:35 -04:00
MrGadget
c51ccf4507
Update Semantic.yml
2024-09-21 16:32:35 -04:00
MrGadget
187064bd77
Update Semantic.yml
2024-09-21 16:32:35 -04:00
MrGadget
1ed822dc47
Update Semantic.yml
2024-09-21 16:32:35 -04:00
MrGadget
458c288757
Update Semantic.yml
2024-09-21 16:32:35 -04:00
MrGadget
432e65914f
chore(releaserc.yml): Added commit types
2024-09-21 16:32:35 -04:00
mischa
d94db58c49
fix(NetworkConnection): batches are now properly returned to NetworkWriterPool before destroying the connection ( #3815 )
2024-09-21 16:32:35 -04:00
mischa
4cb665d3aa
fix(NetworkTransform): Awake now also configures syncInterval and syncScale, in case OnValidate wasn't called
2024-09-21 16:32:35 -04:00
mischa
a94718f404
fix(Kcp): V1.41 [2024-04-28]
...
- fix: KcpHeader is now parsed safely, handling attackers potentially sending values out of enum range
- fix: KcpClient RawSend may throw ConnectionRefused SocketException when OnDisconnected calls SendDisconnect(), which is fine
- fix: less scary cookie message and better explanation
2024-09-21 16:32:35 -04:00
MrGadget
a17a303dbc
chore(CI): RunUnityTests - updated unityVersions
2024-09-21 16:32:35 -04:00
MrGadget
15002c8a44
fix(NetworkServer): Spawn for owner client even when Force Hidden ( #3809 )
...
Interest Management does this in Rebuild, but without IM involved, we need to handle this case in RebuildObserversDefault
2024-09-21 16:32:35 -04:00
MrGadget
9e7b82135c
fix(SyncObjectCollectionField): Pretty SyncCollection Name ( #3808 )
...
* fix(SyncObjectCollectionField): Pretty SyncCollection Name
* char typo
* backward compatibility
* Use RegEx.Replace
2024-09-21 16:32:35 -04:00
mischa
4a1be60ad7
syntax
2024-09-21 16:32:35 -04:00
mischa
78d511f65f
NetworkReader/WriterPool: expose Count for testing
2024-09-21 16:32:35 -04:00
mischa
16e2cfab2f
fix(Edgegap Hosting): ssl updates ( b721722b51
)
2024-09-21 16:32:35 -04:00
mischa
89bf1ed6b2
Revert "breaking(NetworkTransform): Use Flags enum for Sync and Interpolation ( #3751 )"
...
This reverts commit b89fd6b8ba
.
2024-09-21 16:32:35 -04:00
mischa
ee283e8403
Revert "fix(NetworkTransformBase) Debug Options Dropdown"
...
This reverts commit 7c3b0c12ca
.
2024-09-21 16:32:35 -04:00
mischa
94515e6c4a
Revert "fix: Examples updated with new NT settings ( #3810 )"
...
This reverts commit 4be7d0ca3a
.
2024-09-21 16:32:35 -04:00
mischa
849a293b94
feature: SpatialHashing3D for XYZ to include vertical axis in checks ( #3814 )
...
* Grid3D
* comment
* feature: SpatialHashing3D for XYZ to include vertical axis in checks
---------
Co-authored-by: mischa <16416509+vis2k@users.noreply.github.com>
2024-09-21 16:32:35 -04:00
JesusLuvsYooh
de870f3d67
fix: Examples updated with new NT settings ( #3810 )
...
* 2019 checkpoint of NT Example refresh
To-Do TankTheftAuto in 2022, as they're newer prefabs.
Then test everything.
* 2022 NT Prefabs updated for examples.
2024-09-21 16:32:35 -04:00
MrGadget
172fd38365
chore(CI): RunUnityTests - updated unityVersion
2024-09-21 16:31:35 -04:00
MrGadget
e88f9979b6
chore(CI): RunUnityTests - updated unityVersion
2024-09-21 16:31:35 -04:00
MrGadget
e66ab94abe
chore(NetworkTransform): Additional Settings Headers
2024-09-21 16:31:35 -04:00
MrGadget
05af4e9101
chore(NetworkTransform): Additional Settings Headers
2024-09-21 16:31:35 -04:00
MrGadget
5c2c7d11c2
chore(SpatialHash): Debug Settings Header
2024-09-21 16:31:35 -04:00
mischa
c41c57032f
fix(SyncVars): GetSyncVarNetworkBehaviour now validates componentIndex and logs detailed error instead of IndexOutofRangeException
2024-09-21 16:31:35 -04:00
mischa
b8808c6d35
fix(NetworkTransform): assign target to self if not assigned yet in Awake. Fixes NetworkTransformBase.Construct NRE if OnValidate was never called
2024-09-21 16:31:35 -04:00
MrGadget
311edc09aa
chore: Updated AddComponentMenu attributes
2024-09-21 16:31:35 -04:00