Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uurcnn/my_solution_for_lag
In my own game, I was experiencing lag delays of 1.5 to 2.0 seconds, and I tried every method, but the solution I found myself is incredibly good. I managed to reduce the delays to 0.3 seconds, and its usage is extremely simple,
https://github.com/uurcnn/my_solution_for_lag
delay game-development game-late lag latency multiplayer-game netcode network network-latency online-game ping unity
Last synced: about 3 hours ago
JSON representation
In my own game, I was experiencing lag delays of 1.5 to 2.0 seconds, and I tried every method, but the solution I found myself is incredibly good. I managed to reduce the delays to 0.3 seconds, and its usage is extremely simple,
- Host: GitHub
- URL: https://github.com/uurcnn/my_solution_for_lag
- Owner: uuRCnn
- Created: 2023-10-29T15:53:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T11:07:03.000Z (17 days ago)
- Last Synced: 2024-10-31T12:19:40.709Z (17 days ago)
- Topics: delay, game-development, game-late, lag, latency, multiplayer-game, netcode, network, network-latency, online-game, ping, unity
- Language: C#
- Homepage: https://www.youtube.com/watch?v=13qS0dbucb0
- Size: 22.5 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My-solution-for-LAG-problem-in-online-games
In my own game, I was experiencing lag delays of 1.5 to 2.0 seconds, and I tried every method, but the solution I found myself is incredibly good. I managed to reduce the delays to 0.3 seconds, and its usage is extremely simple, consisting of no more than 15 lines of code. And in this method, we are not using the Network Transform Component; we are replicating its core functionality with the code here.
I shot a 4-minute YouTube video, you can watch how it is used there.
https://www.youtube.com/watch?v=13qS0dbucb0
https://www.youtube.com/watch?v=jRlfhs4N3JM