Temaran / UnrealEngineShaderPluginDemo

A tutorial project that shows how to implement HLSL Pixel and Compute shaders in UE4
MIT License
896 stars 236 forks source link

Issue accessing shader files in UE 4.21 #13

Closed MaximeDup closed 4 years ago

MaximeDup commented 5 years ago

Moving my project from 4.20 to 4.21 while using this plugin i now face an issue for accessing my shader files:

shaderaccess

etiennepinchon commented 5 years ago

Same :'(

MaximeDup commented 5 years ago

Solved it. You need to add root 'shader' folder back as default path for storing shaders. Explained it all there: https://forums.unrealengine.com/development-discussion/rendering/1562454-virtual-shader-source-path-link-custom-shaders-4-21