Update Resources.md

This commit is contained in:
James Frowen 2020-09-13 12:28:55 +01:00 committed by GitHub
parent f302e2e8bf
commit 6186aeb9d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,15 @@
# Resources # Resources
> work in progress > work in progress
## 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)