Unity Multiplayer Package - A comprehensive multiplayer solution for Unity projects built with Unity 6.
- Multiplayer networking support
- Universal Render Pipeline (URP) compatibility
- Input System integration
- Cross-platform multiplayer functionality
- Open Unity and go to Window → Package Manager
- Click the + button in the top-left corner
- Select Add package from git URL
- Enter:
https://github.com/HamzaElif/PandCoreMultiplayerPackage.git?path=/
Add this to your Packages/manifest.json dependencies:
{
"dependencies": {
"com.hamzaelif.pandcore-multiplayer": "https://github.com/HamzaElif/PandCoreMultiplayerPackage.git#v1.0.0"
}
}- Open Unity and go to Window → Package Manager
- Click the + button in the top-left corner
- Select Add package from disk
- Navigate to the
package.jsonfile in this package
- Unity 6.0 or higher
- Universal Render Pipeline (URP)
- Input System Package
After importing the package:
- The package will appear in your Package Manager
- Check the Samples folder for example scenes
- Import any necessary samples to get started
For detailed documentation, visit our GitHub Wiki.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions, please open an issue on GitHub.
See CHANGELOG.md for the full version history.