MrGadget
c6be7aaaae
fix(BouncyCastle): Move BouncyCastle to Encryption Transport Plugins folder
...
This keeps it together, so if the transport is removed by users BouncyCastle is removed too without users having to know to find that separately and remove it.
2024-10-14 10:12:44 +02:00
Kyle Avalani
97ce2a8abf
chore(Transport): Comment typo ( #3919 )
2024-10-14 02:30:43 -04:00
MrGadget
2b2e4131a5
fix(Reward): Simplified and better comments
2024-10-14 02:27:40 -04:00
MrGadget
1f9faf2044
RandomColor: comments
2024-10-14 02:26:18 -04:00
MrGadget
31ac5ad5de
chore(CI): RunUnityTests - updated unityVersions
2024-10-13 11:08:22 -04:00
mischa
d336893a63
fix: KcpServerConnection "invalid channel header" now logs address
2024-10-12 22:36:26 +02:00
mischa
8f5bf7b775
feature(EncryptionTransport): log hardware acceleration status
2024-10-12 22:36:26 +02:00
Michael W.
4dd3f1e71d
fix(EncryptionTransport): implement PortTransport
2024-10-11 15:21:02 +02:00
MrGadget
ed53e0a5a9
fix(Custom Robot Kyle): Normalized RightHand rotation
2024-10-11 09:10:09 -04:00
MrGadget
9a7cabc4a0
fix: PickupsDropsChilds scene smaller ground plane
2024-10-11 07:03:17 -04:00
MrGadget
13bc00cfde
fix: Updated PickupsDropsChilds example
...
- Renamed prefabs
- adjusted offsets to object prefabs
- fixed orientation of RightHand on Custom Robot Kyle
- Added spawn points to scene
- Improved and simplified code
2024-10-11 06:59:13 -04:00
MrGadget
cc9cc4280b
PickupsDropsChilds: SceneObjectPrefab rigidbody settings
2024-10-10 12:48:40 -04:00
MrGadget
d32b81cfb0
PickupsDropsChilds: Semitransparent materials
2024-10-10 12:30:40 -04:00
mischa
c1f71dffe9
Edgegap plugin updated to latest
2024-10-10 17:23:01 +02:00
MrGadget
8d37cc3174
fix(Examples): Moved dirt and wall textures & materials to _Common
2024-10-10 03:57:07 -04:00
MrGadget
90fd0a01a0
fix(PickupsDropsChilds Example): Improved prefabs and scene
2024-10-10 03:54:20 -04:00
MrGadget
7c80a80c55
fix(Profiling): Prefabs -> 2019
2024-10-10 03:53:06 -04:00
MrGadget
75c73c3cf9
fix(TopDownShooter): Repaired NavMesh
2024-10-09 05:54:41 -04:00
MrGadget
9b863f8071
fix(MirrorTests AsmDef): Restored ref to Mirror.BouncyCastle.Cryptography.dll
2024-10-09 05:53:24 -04:00
mischa
8b9578507a
fix : #3787 ThreadedTransport doesn't process Data messages after ClientDisconnect() was called anymore
2024-10-08 18:41:55 +02:00
mischa
3313fa9c43
fix : #3787 NetworkManager.StopClient() doesn't immediately call OnClientDisconnectInternal anymore
2024-10-08 18:41:55 +02:00
mischa
dec47b7b7d
feat(NetworkManager): Clear Spawnable Prefabs button ( #3619 ) ( #3915 )
...
* feat(NetworkManager): Clear Spawnable Prefabs button (#3619 )
* Update Assets/Mirror/Editor/NetworkManagerEditor.cs
Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>
---------
Co-authored-by: mischa <info@noobtuts.com>
Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>
2024-10-08 12:27:52 -04:00
mischa
2d3c1e8ba1
LICENSE updated ( #3914 )
...
Co-authored-by: mischa <info@noobtuts.com>
2024-10-08 10:48:45 -04:00
mischa
f61e85e0e7
breaking: NetworkClient removed old snapshot interpolation settings which are now in snapshotSettings.*
2024-10-08 16:08:36 +02:00
mischa
6f4cc8ed24
NetworkTransformUnreliable: remove dead code
2024-10-08 15:49:15 +02:00
MrGadget
7bf3f9e78d
chore(CI): RunUnityTests - updated unityVersion
2024-10-07 18:31:25 -04:00
mischa
67efdc5ec3
fix: Extensions.GetMethodName made public to make it accessible from Netgraph
2024-10-07 14:25:27 +02:00
MrGadget
30c2521b0f
chore(CI): Disable Unity 2019 from unity tests matrix
2024-10-07 07:17:52 -04:00
mischa
4358e76bcb
netgraph cleanups: graph components moved to prefab root; network graph faster refresh; material defaults to Line
2024-10-07 12:11:12 +02:00
mischa
6bc974618a
NetworkClient.connection: use explicit type NetworkConnectionToServer to reduce chance of bugs
2024-10-07 11:36:38 +02:00
mischa
2277d66cea
feat(Compression): Vector4Long for Quaternion Delta compression (V1) ( #3907 )
...
Co-authored-by: mischa <info@noobtuts.com>
2024-10-07 11:31:43 +02:00
mischa
b0e60a8e3d
comment
2024-10-07 11:27:48 +02:00
pepoipod
cdc58fdba9
fix(ReaderWriterProcessor) : When crossing assemblies problem ( #3864 )
...
* fix(ReaderWriterProcessor)
Recursively handle the Network Reader/Writer required by CurrentAssembly.AssemblyReferences.
* Remove brackets to one line statement.
#3864 suggestion
2024-10-07 11:26:55 +02:00
mischa
f42eed3b16
Update README.md
2024-10-07 11:20:45 +02:00
MrGadget
7dcd6b2bba
chore(Chat Example): Updated Scene
2024-10-03 07:22:26 -04:00
Michael Wu
4261dd2189
fix(SimpleWebTransport): Improve SimpleWeb.jslib to fit more platforms ( #3904 )
...
* fix: Improve SimpleWeb.jslib to fit more platforms
* fix: Improve SimpleWeb.jslib to fit more platforms
* Update Assets/Mirror/Transports/SimpleWeb/SimpleWeb/Client/Webgl/plugin/SimpleWeb.jslib
Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>
* Update Assets/Mirror/Transports/SimpleWeb/SimpleWeb/Client/Webgl/plugin/SimpleWeb.jslib
Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>
---------
Co-authored-by: “michaelwuwar” <“2443973716@qq.com”>
Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>
2024-10-01 10:07:02 -04:00
MrGadget
18bf67c007
release: Mirror 93.0.0
2024-09-30 18:35:29 -04:00
MrGadget
0a458fbd90
chore(CI): include hosting folder
2024-09-30 17:42:39 -04:00
MrGadget
80df4d66b6
fix(Additive Levels Example): Simplified Portal::SendPlayerToNewScene
2024-09-30 14:59:47 -04:00
mischa
c1b5053004
Update README.md
2024-09-30 19:23:51 +02:00
mischa
798ed7ac40
Update README.md
2024-09-30 19:23:21 +02:00
mischa
79f02b8a14
Update README - compress image from 900kb to 200kb.md
2024-09-30 19:22:45 +02:00
MrGadget
ace05a6c7b
feat(Examples): Added PickupsDropsChilds example
2024-09-30 11:53:03 -04:00
MrGadget
7d9364908e
feat(Examples): Added RobotKyle
2024-09-30 11:51:54 -04:00
MrGadget
d76c1c8f64
fix(TankControllerBase): Removed unused horizontal code
2024-09-30 08:00:01 -04:00
MrGadget
98d192aa84
fix: Updated example scenes and prefabs
2024-09-30 04:13:14 -04:00
MrGadget
70351d96f4
feat: Updated example controllers
...
RuntimeData struct for inspector folding
2024-09-30 03:49:43 -04:00
MrGadget
53d8812281
fix(ReadOnlyAttribute): Now supports properties too
2024-09-28 06:54:04 -04:00
MrGadget
f392393cdb
chore(CI): RunUnityTests - updated unityVersion
2024-09-27 12:58:36 -04:00
MrGadget
9cace50233
fix(Telepathy Server): More robust error handling in GetClientAddress
2024-09-27 12:50:33 -04:00