Cyan✨
@cyanilux.bsky.social
2.5K followers 1.2K following 32 posts
🧙‍♂️ Random Shader Experiments | Hobbyist Gamedev | He/They | ✨ Unity ShaderGraph Tutorials - cyanilux.com
Posts Media Videos Starter Packs
Pinned
cyanilux.bsky.social
Heya Bluesky, I'm Cyan! 😀✨

I do a bunch of #shader / #vfx stuff in unity
and occasionally write tutorials~
(might post some #gamedev too!)
cyanilux.bsky.social
GPU-Instanced Grass 🌱
Old video but just published a proper/full tutorial with info for multiple unity versions~

🔗 www.cyanilux.com/tutorials/gp...

#unity3D #shaders #shadergraph
Reposted by Cyan✨
artofsully.bsky.social
🧵 breakdown thread of the Halo energy shield vfx!

(there's a couple approaches you could take for this, and a lot of optimisations possible for each part, so take this more as a general 'approach' than a specific step-by-step!)

1/5
Reposted by Cyan✨
minionsart.bsky.social
Trying out some clouds/fog :)

#gamedev
Reposted by Cyan✨
artofsully.bsky.social
My (Wii Play 'Tanks!' inspired) game finally HAS A TRAILER! And a STEAM PAGE! And a PUBLISHER!
◥◣◥◣◥◣◥◣◥◣◥◣◥◣◥◣◥◣
This is BOMBSHELL BLITZ! 💣
Reposted by Cyan✨
cyanilux.bsky.social
Remake of a shoreline shader~ 🌊🏖️

Breakdown here!
🔗 www.cyanilux.com/tutorials/sh...

#unity3D #madewithunity #shaders #shadergraph
Reposted by Cyan✨
cyanilux.bsky.social
Not a bother, ask away!~
if character count is an issue can ask on my discord server (linked at top & various places on my site)
just hoping I know the answers 😅
Reposted by Cyan✨
cyanilux.bsky.social
Remake of a shoreline shader~ 🌊🏖️

Breakdown here!
🔗 www.cyanilux.com/tutorials/sh...

#unity3D #madewithunity #shaders #shadergraph
cyanilux.bsky.social
It's a custom shader in the scene rather than post-process based, but yeah using some similar concepts
cyanilux.bsky.social
Thanks! 😀✨
cyanilux.bsky.social
Is there still some space for me? 👀
cyanilux.bsky.social
thanks!
sorry I don't currently, but this reply (and the next in thread) has a little info which could be useful
cyanilux.bsky.social
I don't have a breakdown, but you might be able to find some volumetric raymarching examples around.
At each iteration it projects towards light direction, using ray-plane intersection math to determine coordinate to sample the stained glass texture.
And the ground part is similar to a decal shader.
cyanilux.bsky.social
rewriting a shoreline shader I made years ago for a tutorial
here's a sneak peek 👀

#unity3D #shaders #shadergraph
waves on a shoreline mesh created in unity, also showing a zoomed out (mostly unreadable) shader graph node tree
cyanilux.bsky.social
Ohhh gifs work now?! Lets try this one... 🦋

#unity3d #shader
cyanilux.bsky.social
Calculated in shader, was 3 or 4 Gerstner Waves, with an added noise texture to break up some of the obvious repetition
catlikecoding.com/unity/tutori...
Waves
A Unity Flow tutorial about moving vertices to create waves.
catlikecoding.com
cyanilux.bsky.social
Thanks! My first thought is to cheat a bit, by passing the required light data in via properties using a C# script, and copy however HDRP calculates the attenuation or use a cone SDF
Reposted by Cyan✨
halisavakis.com
If you can believe it, a new issue of Technically Art is here, and it's all with bsky posts =]

There's a bunch of insightful and inspiring posts in there, about shaders, VFX, tools, tech art and more ✨

Check it out here: halisavakis.com/technically-...

#gamedev #vfx #indiedev #shaders
Featured image for Technically Art Issue 140: a 3D anime-style recreation of the jumbo berry special sundae from Frieren, made in Unity
Reposted by Cyan✨
halisavakis.com
Welcome new peeps, glad to see more people joining the good place ✨

By the way, I haven't plugged it here yet, but if you're interested in tech-art, vfx and gamedev in general, we have a cozy little discord server you can join!

discord.gg/e9XnPFv
Join the Technically Speaking Discord Server!
A server about anything and everything around technical art, VFX, gamedev and more! ✨ | 2784 members
discord.gg
cyanilux.bsky.social
Thank you!! 😇
cyanilux.bsky.social
Feel like I haven't shared anything in a while - probably because progress has been pretty slow on my current project. Might try posting more WIP stuff 👀

#gamedev #unity3D #madewithunity
Reposted by Cyan✨
mrmotarius.bsky.social
Dungeon.

I really need to get back to this and make more tiles and scenes :D
3D render of a tiny dungeon that appears to be made of plasticine or clay. There's a couple of goblins and slimes, scattered golden coins, spike tiles, torches and plants.
Reposted by Cyan✨
halisavakis.com
Quick and dirty test for some TotK-inspired "fluid" motion on volumetric height fog ☁

Rendering the sphere on a buffer with top-down projection and using that buffer on a custom RT that displaces and blends it with itself in order to leave a distorted trail

#gamedev #unity3d #madewithunity