From 9386fb2e212d607d73a7c0b3471a371c0351f5ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Tue, 3 Aug 2021 14:13:11 +0200 Subject: [PATCH 1/4] Added the Books section Hi, I am Stjepan from Manning Publications. I would like to add the book Unity in Action, Third Edition by Joseph Hocking (early access) to your list of resources. In order to do so, I have added the Books section first. Thank you for considering. Best, --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c41046..3d1207d 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,8 @@ Thanks to all the [contributors](https://github.com/ryannielson/awesome-unity/gr # Resources +## Books + ## Tips and Tricks * [Editor Tips](http://imgur.com/a/2w7zd) - Tips in gif form showing a few ways to use the editor more efficiently. From 163e0d1399b89b838b328d1351e9b23a8308cc43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Tue, 3 Aug 2021 14:18:45 +0200 Subject: [PATCH 2/4] Added Unity in Action, Third Edition Hi, I am Stjepan from Manning Publications. I thought this title might be a good match for your list of resources. Thank you for considering it. Best, --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d1207d..dcef61e 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,8 @@ Thanks to all the [contributors](https://github.com/ryannielson/awesome-unity/gr ## Books +* [Unity in Action, Third Edition](https://www.manning.com/books/unity-in-action-third-edition) - A book about creating 2D, 3D, and AR/VR games with the awesome Unity game platform. + ## Tips and Tricks * [Editor Tips](http://imgur.com/a/2w7zd) - Tips in gif form showing a few ways to use the editor more efficiently. From 38ec0a3ab5127322ad7a0a4f7e06d4e28b6e32ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Wed, 20 Oct 2021 13:49:15 +0200 Subject: [PATCH 3/4] Added Unity in Action, Third Edition Hi, Stjepan from Manning here. I thought this title might be a good match for your list. In order to add it, I have also added the Books Section. Thank you for considering it. Best, --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dcef61e..64fd2c8 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,10 @@ Thanks to all the [contributors](https://github.com/ryannielson/awesome-unity/gr * [Unity in HoloLens](https://developer.microsoft.com/en-us/windows/holographic/unity_development_overview) - Official tutorials from Microsoft for creating Microsoft HoloLens applications. * [Unity Virtual Reality](http://docs.unity3d.com/Manual/VROverview.html) - Unity's official documentation on developing virtual reality applications. +## Books + +* [Unity in Action, Third Edition](https://www.manning.com/books/unity-in-action-third-edition) - Create your first 2D, 3D, and AR/VR games with the awesome Unity game platform. + # Contributing Please see [CONTRIBUTING](https://github.com/RyanNielson/awesome-unity/blob/master/CONTRIBUTING.md) for details. From 766fb58fc913085ecad233b523f1bacbf2264864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Thu, 17 Feb 2022 17:34:39 +0100 Subject: [PATCH 4/4] Added Game Programming Design Patterns Hi, Stjepan from Manning here. I thought this title might be a good match for your list. Thank you for considering it. Best, --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64fd2c8..1853ee7 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Thanks to all the [contributors](https://github.com/ryannielson/awesome-unity/gr ## Books * [Unity in Action, Third Edition](https://www.manning.com/books/unity-in-action-third-edition) - Create your first 2D, 3D, and AR/VR games with the awesome Unity game platform. +* [Game Programming Design Patterns: With examples in C# and Unity](https://www.manning.com/books/game-programming-design-patterns) - Learn 15 essential design patterns that will save you time and improve the quality of your games. # Contributing Please see [CONTRIBUTING](https://github.com/RyanNielson/awesome-unity/blob/master/CONTRIBUTING.md) for details.