Skip to content

Abaudat/UnityBasicNetworking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very basic client-server networking implemented with unet's LLAPI. This is a complete Unity project containing a demo. If you're only interested in the actual Scripts you can find them in Assets/Scripts/Networking.

How to use the demo:

  • Clone this repo to your computer.
  • Open the folder "Networking Base" with Unity.
  • If needed, open the scene "Scenes/baseScene".
  • Press CTRL + B or go to the dropdown menu File and click on Build & Run.
  • After a quick load, a configuration window will open.
  • Click the play button in unity and in the configuration window.
  • In the Unity editor, click on the Server button.
  • In the build, click on the Client button.
  • You can now send messages from the build window. They will show up in the Unity Console.

About

Very basic client-server networking implemented using unet's LLAPI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages