Skip to Content
Unity 2018 Shaders and Effects Cookbook - Third Edition
book

Unity 2018 Shaders and Effects Cookbook - Third Edition

by John P. Doran, Alan Zucconi
June 2018
Intermediate to advanced
392 pages
8h 57m
English
Packt Publishing
Content preview from Unity 2018 Shaders and Effects Cookbook - Third Edition

How to do it...

In order to make our grayscale screen effect work, we need a script and shader. So, we will complete these two new items here and fill them in with the appropriate code to produce our first screen effect. Our first task is to complete the C# script. This will get the whole system running. After this, we will complete the shader and see the results of our screen effect. Let's complete our script and shader with the following steps:

  1. Open the TestRenderImage.cs C# script and begin by entering a few variables that we will need to store important objects and data. Enter the following code at the very top of the TestRenderImage class:
#region Variablespublic Shader curShader;public float greyscaleAmount = 1.0f;private Material ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Unity 2021 Shaders and Effects Cookbook - Fourth Edition

Unity 2021 Shaders and Effects Cookbook - Fourth Edition

John P. Doran
Unity 2018 Cookbook - Third Edition

Unity 2018 Cookbook - Third Edition

Matt Smith, Chico Queiroz, Jate Wittayabundit
Unity 3D Game Development

Unity 3D Game Development

Anthony Davis, Travis Baptiste, Russell Craig, Ryan Stunkel

Publisher Resources

ISBN: 9781788396233Supplemental Content