Skip to content

This a sample project testing Unity game engine's new Real-time Multiplayer solution.

Notifications You must be signed in to change notification settings

mfitzer/Real-time_Multiplayer_Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time Multiplayer Test

This project is a sample project utilizing Unity game engine's new Real-time Multiplayer solution.

Transport Layer Test

The TransportLayerTest scene found in Assets/Scenes uses Unity's new transport layer.

The scripts found in Assets/Scripts/TransportLayer are updated versions of scripts found in the transport layer documentation. The documentation is out of date so the scripts needed to be updated to work with the current APIs. I have also done some reorganization and added comments to the scripts based on the transport layer documentation under the Workflow: Creating a minimal client and server section.

NICE Networking Library

NICE Networking is networking library I'm developing on top of this repository. It aims to replicate features from the old Unity networking system such as NetworkTransforms and SyncVars. Feel free to check it out and clone the repository. It includes documentation and samples to get you started.

About

This a sample project testing Unity game engine's new Real-time Multiplayer solution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages