1 Star 0 Fork 0

chen2bull/Unity-2021-Shaders-and-Effects-Cookbook-Fourth-Edition

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
MIT

Unity 2021 Shaders and Effects Cookbook - Fouth Edition

Unity 2021 Shaders and Effects Cookbook - Fourth Edition

This is the code repository for Unity 2021 Shaders and Effects Cookbook - Fourth Edition, published by Packt.

Over 50 recipes to help you transform your game into a visually stunning masterpiece

What is this book about?

Shaders enable you to create powerful visuals for their game projects. However, creating shaders for your games can be notoriously challenging with various factors like complex mathematics standing in the way of attaining the level of realism you crave for your shaders

This book covers the following exciting features:

  • Understand physically based rendering to fit the aesthetic of your game
  • Create spectacular effects for your games by testing the limits of what shaders can do
  • Explore advanced shader techniques for your games with AAA quality
  • Use Shader Graph to create 2D and 3D elements for your games without writing code
  • Master the math and algorithms behind the commonly used lighting models
  • Get to grips with the post-processing stack to tweak the appearance of your game

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

Properties
    {
        
        _Color("Color", Color) = (1,1,1,1)
        _AmbientColor("Ambient Color", Color) = (1,1,1,1)
        _Glossiness("Smoothness", Range(0,1)) = 0.5
        _Metallic("Metallic", Range(0,1)) = 0.0
        _MySliderValue("This is a Slider", Range(0,10)) = 2.5
    }

Following is what you need for this book: Shaders enable you to create powerful visuals for their game projects. However, creating shaders for your games can be notoriously challenging with various factors like complex mathematics standing in the way of attaining the level of realism you crave for your shaders.

With the following software and hardware list you can run all code files present in the book (Chapter 1-14).

Software and Hardware List

Chapter Software required OS required
1-14 Unity 2021.1.9f1 Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author(s)

John P. Doran is a passionate and seasoned Technical Game Designer, Software Engineer, and Author who is currently based in Songdo, South Korea. His passion for game development began at an early age. For over a decade, John has gained extensive hands-on expertise in game development working in various roles ranging from game designer to lead UI programmer working in teams consisting of just himself to over 70 people in student, mod, and professional game projects including working at LucasArts on Star Wars: 1313. Additionally, John has worked in game development education teaching in Singapore, South Korea, and the United States at schools including DigiPen Institute of Technology and Bradley University. To date, he has authored over 10 books pertaining to game development. John is currently an Instructor at George Mason University Korea. Prior to his present ventures, he was an award-winning videographer.

Other books by the authors

MIT License Copyright (c) 2021 Packt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Releases

No release

Contributors

All

Activities

can not load any more
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chen2bull/Unity-2021-Shaders-and-Effects-Cookbook-Fourth-Edition.git
git@gitee.com:chen2bull/Unity-2021-Shaders-and-Effects-Cookbook-Fourth-Edition.git
chen2bull
Unity-2021-Shaders-and-Effects-Cookbook-Fourth-Edition
Unity-2021-Shaders-and-Effects-Cookbook-Fourth-Edition
main

Search