From 6186aeb9d9df529a8a9dc5d09fb94548b7ac142b Mon Sep 17 00:00:00 2001 From: James Frowen Date: Sun, 13 Sep 2020 12:28:55 +0100 Subject: [PATCH] Update Resources.md --- doc/Guides/Resources.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/Guides/Resources.md b/doc/Guides/Resources.md index 73f53d898..3eb58b48f 100644 --- a/doc/Guides/Resources.md +++ b/doc/Guides/Resources.md @@ -1,3 +1,15 @@ # Resources > 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) +