2020-09-12 22:19:42 +00:00
|
|
|
# Resources
|
|
|
|
|
2020-10-17 19:29:17 +00:00
|
|
|
This page has a collection of links for learning and using mirror.
|
2020-09-13 11:28:55 +00:00
|
|
|
|
2020-10-17 19:29:17 +00:00
|
|
|
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.
|
2020-09-13 11:28:55 +00:00
|
|
|
|
|
|
|
## Video Tutorials Playlists
|
|
|
|
|
|
|
|
- [Unity - Mirror Networking by First Gear Games](https://www.youtube.com/playlist?list=PLkx8oFug638oBYF5EOwsSS-gOVBXj1dkP)
|
|
|
|
- [Mirror Multiplayer by Dapper Dino](https://www.youtube.com/playlist?list=PLS6sInD7ThM1aUDj8lZrF4b4lpvejB2uB)
|
|
|
|
|
|
|
|
## Object Pooling
|
|
|
|
|
|
|
|
- [Simple object pooling script](https://gist.github.com/James-Frowen/46ca5e8fd76d62527be7b958ca8dbaf1)
|
|
|
|
- [Advanced object pooling scripts](https://gist.github.com/James-Frowen/c2ab4cdc96165298518bd2db0781bbe6)
|
|
|
|
|