I’m trying to make a material that is affected by the nearest surface (I am even following along with a tutorial) but literally the first step I get an issue where the DistanceToNearestSurface node isn’t working
Nothing changes when I toggle that on/off at all, is there another setting somewhere I can change? I have also turned off the settings, restarted and tried again to no avail.
If it is a mobile shader, DistanceFields is not supported.
However, the first image attached shows that it is not for mobile. (If the shaders are not supported, such as mobile, the material will be a check pattern)
I don’t know why.
I can’t guarantee that this will solve the problem,
Try creating a new project to see if the project is broken and check
If that doesn’t work, you’ll have to try reinstalling the engine.
Thank you for your help I found it from here!
It turns out my Engine Scalability Settings being set to low turned off visibility for DistanceFields, everything was working fine except for that.
After I reset my scalability settings everything is working perfectly fine now, thanks again for your help!