Skip to content

TechGeeksClub/PandCoreMultiplayerPackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PandCore Multiplayer Package

Unity Multiplayer Package - A comprehensive multiplayer solution for Unity projects built with Unity 6.

Features

  • Multiplayer networking support
  • Universal Render Pipeline (URP) compatibility
  • Input System integration
  • Cross-platform multiplayer functionality

Installation

Via Package Manager (Recommended)

  1. Open Unity and go to Window → Package Manager
  2. Click the + button in the top-left corner
  3. Select Add package from git URL
  4. Enter: https://github.com/HamzaElif/PandCoreMultiplayerPackage.git?path=/

Via Git URL (Packages/manifest.json)

Add this to your Packages/manifest.json dependencies:

{
  "dependencies": {
    "com.hamzaelif.pandcore-multiplayer": "https://github.com/HamzaElif/PandCoreMultiplayerPackage.git#v1.0.0"
  }
}

Via Local Path

  1. Open Unity and go to Window → Package Manager
  2. Click the + button in the top-left corner
  3. Select Add package from disk
  4. Navigate to the package.json file in this package

Requirements

  • Unity 6.0 or higher
  • Universal Render Pipeline (URP)
  • Input System Package

Usage

After importing the package:

  1. The package will appear in your Package Manager
  2. Check the Samples folder for example scenes
  3. Import any necessary samples to get started

Documentation

For detailed documentation, visit our GitHub Wiki.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

If you encounter any issues or have questions, please open an issue on GitHub.

Version History

See CHANGELOG.md for the full version history.

About

Unity Multiplayer Package

Resources

License

Stars

Watchers

Forks

Packages

No packages published