β–² 149 r/desmos+1 crossposts

I continue experimenting with procedural sparkles : Desmos and Unity

Because of the non-arithmetic operations involved, some devs say they are expensive for the GPU. Others say they are cheap if you have fewer than 100 particles. What do you think?

u/fespindola β€” 8 days ago
β–² 33 r/Unity3D

Procedural Sparkles with Shader Graph and Particle Systems

Animated sparkles are usually created using sprite sheets. I've been experimenting with generating them procedurally using shaders, and it's cool how a few simple mathematical equations can produce such a nice result.

I like this approach because it gives me more flexibility, and I can edit the VFX in real time. What do you think of the result?

u/fespindola β€” 13 days ago
β–² 180 r/unity_tutorials+2 crossposts

I spent the last nine months writing the second edition of my book, with over 400 pages available in both English and Spanish.

I just wanted to share my happiness with you. It took me a while to update the Unity Shaders Bible for Unity 6 using Shader Graph, but it's finally complete.

Over the years, this book has helped over 10k technical artists and game developers around the world, and I'm incredibly grateful for all the support.

The reason I started this project goes back to 2019. At the time, most shader courses were quite expensive, often costing over $170. I wanted to make shader education more accessible, so I created the first edition of the Unity Shaders Bible as an affordable alternative.

Honestly, I never expected it to become so popular, but somehow it did. Seeing so many people learn from it has made all the effort worth it.

Thanks to everyone who has supported the book over the years. It truly means a lot to me.

u/fespindola β€” 18 days ago

Some shaders and VFX I made while writing technical books

Hi everyone! Together with several authors, we've been creating technical books covering Unity, Godot, Blender, and Maya. We're working on expanding our library with even more content soon. In the meantime, feel free to check out our books here πŸ”— https://jettelly.com/bundles/the-unity-dev-bundle

u/fespindola β€” 23 days ago
β–² 52 r/Unity3D

Added character-position-based transparency to my flat art using shaders

I'm almost finished writing the Unity Shaders Bible, Second Edition (351 pages so far), and I wanted to add something that could be useful in production, so I created this alpha-cutoff-based transparency system.

The technique is actually pretty simple. I'm using an SDF cylinder that extends from the camera to the character's position, so everything in between gets cut off. I also added a stencil buffer to achieve the flat art style. The same technique can be applied to multiple players to create see-through objects.

u/fespindola β€” 28 days ago
β–² 204 r/Unity3D

Doing some stylized flat art in Unity with shaders

I'm currently writing the last chapter of the Unity Shaders Bible, Second Edition, and I created this piece of art to showcase stencils and character-position-based transparency with ShaderLab and Shader Graph.

u/fespindola β€” 29 days ago

I continue to work on and update my technical art books for Unity.

This video showcases a bundle that includes books on shaders, compute shaders, tool development, animation implementation, and math for graphics. Everything is explained step by step, including the underlying math concepts. Here's the link if you're interested πŸ”— https://jettelly.com/bundles/the-unity-dev-bundle

u/fespindola β€” 1 month ago
β–² 121 r/Unity3D

I couple of shaders/vfx I've developed while writing my book

I'm finishing Chapter 4 of the Unity Shaders Bible SE, and I'll be covering these two effects. One is fully procedural, while the second one (the splash effect) uses a particle system.

I'm still missing two more effects for Chapter 4. What other effects do you think would be worth covering?

u/fespindola β€” 1 month ago
β–² 500 r/godot

A 2.5D procedural lightning bolt made with a shader and a Path3D node.

If you own the Godot Shaders Bible, you can now download this procedural VFX from the book's package in the Open Source folder. It's free to use in both personal and commercial projects.

Don't have the book yet? Here's a coupon: GSB5JL26

https://jettelly.com/store/the-godot-shaders-bible

u/fespindola β€” 1 month ago

I made this procedural lightning bolt shader with Shader Graph (custom functions)

I also had to create my own splines because Unity's built-in splines don't support UV coordinates. So, if your mesh is larger than 1 unit, its UV coordinates will fall outside the 0–1 range. What do you think of the result?

By the way, I'll be adding this shader to the Unity Shaders Bible, in case anyone is interested πŸ”— https://jettelly.com/store/the-unity-shaders-bible

u/fespindola β€” 1 month ago
β–² 374 r/Unity3D

I made this procedural lightning bolt shader with Shader Graph (custom functions)

I also had to create my own splines because Unity's built-in splines don't support UV coordinates. So, if your mesh is larger than 1 unit, its UV coordinates will fall outside the 0–1 range. What do you think of the result?

u/fespindola β€” 1 month ago

I've written some books about shaders, compute shaders, tools, and math for graphics in Unity.

Hi everyone! I thought this might be useful to some of you. I've been writing books about technical art since 2021, mostly focused on shader development and tool creation. If you're just getting started in this field, check out this book bundle. It might be exactly what you need to get started: https://jettelly.com/bundles/the-unity-dev-bundle

u/fespindola β€” 2 months ago
β–² 1.1k r/TechnicalArtist+2 crossposts

Working on Real-Time Water Effects.

I've been creating these kinds of effects for years, but now I'm turning that experience into a 14-hour video course.

The goal is to show how combining Particle System, Shaders, Compute Shaders, C#, and HLSL allows you to create everything from simple splashes to large-scale ocean simulations.

What do you think of the results? This demo includes Particle System and Shader Graph.

In case someone is interested, here you can wishlist the course: https://jettelly.com/store/real-time-water-in-unity-from-splashes-to-oceans

u/fespindola β€” 2 months ago