SlightlyMad / VolumetricLights

Volumetric Lights for Unity
BSD 3-Clause "New" or "Revised" License
2.05k stars 304 forks source link

Not showing for newer mac versions. #33

Open GafferSystems opened 6 years ago

GafferSystems commented 6 years ago

Hi again :) Lights seem to not render in some of the newer macOS versions at all, is this a known issue?

GafferSystems commented 6 years ago

@SlightlyMad I found a solution to rendering with the new macOS High Sierra, so I'll share it with you guys :) It seems that upgrading from #pragma target 4.0 to #pragma target 4.5 enables "metal" shading. Search replace the included shaders, and you should be good!

SlightlyMad commented 6 years ago

hi, thanks for the info. i don't have mac. or time. it used to target 5.0 but some people complained it doesn't run on their hw so i dropped it to 4.0. and for that reason i won't make it 4.5 for now. until i find a way how to support both. but i really don't have time for that now