Commit Graph

8825 Commits

Author SHA1 Message Date
MrGadget
042fca2258 Removed DisableSendingThisToClients 2024-11-05 12:08:06 -05:00
MrGadget
9fdcdc64c7 WIP: Flag enums and dropdowns
- Needs cleanup yet
2024-11-05 11:01:29 -05:00
miwarnec
207983c076 syncScale 2024-11-05 16:07:20 +01:00
miwarnec
8e83da26b4 cleanup: remove ContructSnapshot 2024-11-05 13:03:06 +01:00
miwarnec
ae1edff268 comments 2024-11-05 12:59:36 +01:00
miwarnec
e70be519e7 cleanups 2024-11-05 12:57:36 +01:00
miwarnec
6e71c5e918 cleanup 2024-11-05 12:03:40 +01:00
miwarnec
51947ba9b5 comments 2024-11-05 11:55:09 +01:00
miwarnec
4eb1a62f18 remove unused 2024-11-05 11:54:45 +01:00
miwarnec
741efbd227 don't pass Vector3? and QUaternion? 2024-11-05 11:50:54 +01:00
miwarnec
c55e8731c8 syntax 2024-11-05 11:49:49 +01:00
miwarnec
3af336f665 icon 2024-11-05 11:07:39 +01:00
miwarnec
fa53191b6e fix: don't apply any hybrid rpcs in host mode, fixes overwriting client's data points 2024-11-04 22:04:55 +01:00
miwarnec
6ece0c7d71 nthybrid: OnClientToServer check ordering 2024-11-04 11:25:52 +01:00
miwarnec
93cc81707a nthybrid: OnServerToClient checks for host mode first to avoid noise! 2024-11-04 11:17:06 +01:00
miwarnec
c8c632ce6c debug draw: drops 2024-11-04 10:41:48 +01:00
miwarnec
707bb87fb6 nthybrid: debug draw data points 2024-11-04 10:40:31 +01:00
mischa
2bf6428eaf
Update Assets/Mirror/Components/NetworkTransform/NetworkTransformHybrid2022.cs
Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>
2024-11-01 12:39:38 +01:00
mischa
5f841da317
Update Assets/Mirror/Components/NetworkTransform/NetworkTransformHybrid2022.cs
Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>
2024-11-01 12:39:16 +01:00
mischa
0985f6d04a
Update Assets/Mirror/Components/NetworkTransform/NetworkTransformHybrid2022.cs
Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>
2024-11-01 12:39:06 +01:00
mischa
595dd9da24
Update Assets/Mirror/Components/NetworkTransform/NetworkTransformHybrid2022.cs
Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>
2024-11-01 12:38:57 +01:00
mischa
f55be4be1e
Update Assets/Mirror/Components/NetworkTransform/NetworkTransformHybrid2022.cs
Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>
2024-11-01 12:38:36 +01:00
mischa
9400136f0a
Update Assets/Mirror/Components/NetworkTransform/NetworkTransformHybrid2022.cs
Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>
2024-11-01 12:38:29 +01:00
miwarnec
86629ef95a comment onserialize baseline 2024-11-01 11:35:13 +01:00
miwarnec
f9cea8340f fix mrg grid issue; fix unreliable sending just because baseline changed 2024-10-30 12:37:41 +01:00
miwarnec
07956819c2 hybrid nt 2024-10-30 00:31:46 +01:00
MrGadget
e7b3aa77df fix(Extentions): GetLocalPositionAndRotation and SetLocalPositionAndRotation 2024-10-29 17:43:44 -04:00
MrGadget
f61524863e fix: Cleanup after PR #3935 2024-10-29 10:46:43 -04:00
mischa
af133e6110
fix: #2802 NetworkManager uses OnDestroy for shutdown instead of OnApplicationQuit (#3935)
* fix: #2802 NetworkManager uses OnDestroy for shutdown instead of OnApplicationQuit

* imer feedback

---------

Co-authored-by: mischa <info@noobtuts.com>
2024-10-29 15:06:44 +01:00
mischa
a9d280cd4b fix: #3785 NetworkIdentity.OnDestroy verifies spawned[netId] before removing 2024-10-29 10:54:30 +01:00
mischa
c4f803fcf6 fix: #3301 Read/Write HashSet<T> support is now detected by Weaver 2024-10-29 09:47:33 +01:00
mischa
03357f4275 fix: #3876 KcpTransport OnClientError null handling during shutdown 2024-10-29 08:54:19 +01:00
mischa
c80a3c8ea5
fix: #3262 allow running a mirror project from edit prefab mode again (#3924)
Co-authored-by: mischa <info@noobtuts.com>
2024-10-28 23:13:23 +01:00
mischa
68c7d14a16 Benchmark: monsters move with 10% probability to make sure we can detect change detection in NT 2024-10-28 11:16:58 +01:00
JesusLuvsYooh
df7a343d7e
fix: Robot Kyle Optimized (#3934)
4mb png normal map down to 0.4mb jpg
overall RobotKyle folder down from ~7mb to 1.5mb
2024-10-27 09:00:39 -04:00
MrGadget
d347600468 chore(CI): RunUnityTests - updated unityVersion 2024-10-25 10:37:55 -04:00
MrGadget
2983c45f1f Updated NetworkRoomManager Script Template
- Added static singleton
2024-10-25 06:24:39 -04:00
mischa
9a2bf46774
feat: Half Floats (#3932)
* System.Half

* reader/writer

* remove unused namespaces

* old c# support

* remove unnecessary nint

* 2019 fixes

---------

Co-authored-by: mischa <info@noobtuts.com>
2024-10-25 10:15:37 +02:00
MrGadget
549b222ec0 Updated SyncDictinoary doc 2024-10-24 19:14:03 -04:00
MrGadget
4e07f3a348 fix(Examples): Updated Spawn Points 2024-10-24 03:19:42 -04:00
MrGadget
19296d5d21 fix(PlayerControllerRBBase): Unity 6 compatibility 2024-10-24 02:28:54 -04:00
MrGadget
01b9260768 fix(Examples): Typo in ControllerUIBase name 2024-10-24 02:03:14 -04:00
MrGadget
74a430f647 chore(CI): RunUnityTests - updated unityVersion 2024-10-23 18:05:27 -04:00
MrGadget
de2ed26eee fix(PerlineNoise): fixed error for Undo 2024-10-23 17:51:07 -04:00
MrGadget
b39d7bd8d2 fix: Renamed PlayerControllerKRB to PlayerControllerRB 2024-10-23 17:15:30 -04:00
MrGadget
06f3bca80b Perlin Noise script 2024-10-23 17:14:36 -04:00
MrGadget
d55faa864c PlayerTest: Perlin terrain 2024-10-23 17:14:09 -04:00
MrGadget
5fbd83279e fix: PlayerKRB inputs in Update 2024-10-23 16:23:06 -04:00
MrGadget
fbab75dfc8 feat(Examples): Added PlayerControllerKRB
- Uses Kinematic Rigidbody instead of Character Controller
- Prefabs added to PlayerTest example
2024-10-23 15:35:06 -04:00
MrGadget
9ffa5523ca PlayerTest: Moved spawn points 2024-10-23 15:32:24 -04:00