mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 19:10:32 +00:00
31 lines
1.4 KiB
Markdown
31 lines
1.4 KiB
Markdown
# Resources
|
|
|
|
This page has a collection of links for learning and using mirror.
|
|
|
|
Some things this page includes
|
|
- Video tutorials
|
|
- Other guides
|
|
- Example scripts
|
|
|
|
Anything to add to this list? Please make a PR or ask in the discord.
|
|
|
|
## Video Tutorials Playlists
|
|
|
|
- **[Unity - Mirror Networking by First Gear Games](https://www.youtube.com/playlist?list=PLkx8oFug638oBYF5EOwsSS-gOVBXj1dkP) -**
|
|
Short tutorials that explain the basics and shows example code for Mirror. Also includes paid tutorials with more advanced features and extensions to mirror.
|
|
|
|
- **[Mirror Multiplayer by Dapper Dino](https://www.youtube.com/playlist?list=PLS6sInD7ThM1aUDj8lZrF4b4lpvejB2uB) -**
|
|
Tutorials that explain how to implement different features using Mirror.
|
|
|
|
- **[Unity + Mirror Networking Tutorials by Shrine Wars](https://www.youtube.com/playlist?list=PLXEG2omgKgCapAmGe20XBgd87rmxFdKhK) -**
|
|
Explains the basics about Networking with Unity and Mirror.
|
|
|
|
- **[Mirror Networking Tutorials by Jared Brandjes](https://www.youtube.com/playlist?list=PLDI3FQoanpm1X-HQI-SVkPqJEgcRwtu7M) -**
|
|
Long tutorials explaining how to set up lobbies and matchmaking with Mirror.
|
|
|
|
## Object Pooling
|
|
|
|
- [Simple object pooling script](https://gist.github.com/James-Frowen/46ca5e8fd76d62527be7b958ca8dbaf1)
|
|
- [Advanced object pooling scripts](https://gist.github.com/James-Frowen/c2ab4cdc96165298518bd2db0781bbe6)
|
|
|