From 73e39d1505e05e1647ee84dca5dfa95dc8feecd4 Mon Sep 17 00:00:00 2001 From: "Sebastien \"Glaas\" Decuyper" Date: Thu, 1 Apr 2021 23:44:57 +0200 Subject: [PATCH 1/5] typo edit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5572e6a..a361d7a 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,5 @@ Some of the code in this tool are *Under the MIT License.* + ***Seb Essentials** is completely free and always will be.* From ab1a5a4937eb40ab7a3064b5929e2b49989a4e06 Mon Sep 17 00:00:00 2001 From: "Sebastien \"Glaas\" Decuyper" Date: Fri, 2 Apr 2021 14:01:22 +0200 Subject: [PATCH 2/5] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a361d7a..1c06e0d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You can access the [documentation](https://github.com/Glaas/SebEssentials/wiki) Contribution is strongly encouraged ! Please open issues and pull requests if you spot bugs or have some idea to improve or optimize. ## CREDITS -Some of the code in this tool are +Some of this code is built upon code by : [Sebastian Lague](https://www.youtube.com/channel/UCmtyQOKKmrMVaKuRXz02jbQ) [Erik Roystan Ross](https://www.roystan.net) From 12539acbeca882f064e2819ff16acd25392ff661 Mon Sep 17 00:00:00 2001 From: "Sebastien \"Glaas\" Decuyper" Date: Fri, 2 Apr 2021 15:27:33 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c06e0d..9cd64a9 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Tools provided include : - GuiStyle presets - Mathematical curves library - Math functions and extensions +- Some standard materials +- A custom checkerboard shader (HLSL) using included textures for prototyping You can access the [documentation](https://github.com/Glaas/SebEssentials/wiki) in the [wiki](https://github.com/Glaas/SebEssentials/wiki) of this repository. Contribution is strongly encouraged ! Please open issues and pull requests if you spot bugs or have some idea to improve or optimize. @@ -16,7 +18,7 @@ Contribution is strongly encouraged ! Please open issues and pull requests if yo Some of this code is built upon code by : [Sebastian Lague](https://www.youtube.com/channel/UCmtyQOKKmrMVaKuRXz02jbQ) [Erik Roystan Ross](https://www.roystan.net) - +[Ciathyza](https://www.ciathyza.com) ## SPECIAL THANKS From 67f957685b27eaef6afad7a0f8000170ab7dd359 Mon Sep 17 00:00:00 2001 From: "Sebastien \"Glaas\" Decuyper" Date: Fri, 2 Apr 2021 15:27:52 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cd64a9..0c3000e 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ Contribution is strongly encouraged ! Please open issues and pull requests if yo ## CREDITS Some of this code is built upon code by : -[Sebastian Lague](https://www.youtube.com/channel/UCmtyQOKKmrMVaKuRXz02jbQ) -[Erik Roystan Ross](https://www.roystan.net) -[Ciathyza](https://www.ciathyza.com) +- [Sebastian Lague](https://www.youtube.com/channel/UCmtyQOKKmrMVaKuRXz02jbQ) +- [Erik Roystan Ross](https://www.roystan.net) +- [Ciathyza](https://www.ciathyza.com) ## SPECIAL THANKS From a34bdd105ef3828163b05d5b983b50c372643dfe Mon Sep 17 00:00:00 2001 From: "Sebastien \"Glaas\" Decuyper" Date: Fri, 2 Apr 2021 20:33:56 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c3000e..3ec2335 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Seb Essentials** is a collection of tools for [Unity](https://unity.com), created to avoid the hassle to re-create the same scripts over and over again. New features and tools will be added as I create more things that I want to re-use in the future. Tools provided include : -- FPS Player Controller +- [FPS Player Controller](https://github.com/Glaas/SebEssentials/wiki/FPS-Player-Controller) - 2D Player Controller - Item Animator (set-up bobbing and rotation) - GuiStyle presets