Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up4.22 does not have a 'ShaderCore' Module. fix plz #248
Comments
This comment has been minimized.
This comment has been minimized.
you should checkout 4.22 branch :) |
This comment has been minimized.
This comment has been minimized.
Thank you @crocuis yes, I checkout 4.22 branch, but 'Engine/Source/Runtime/ShaderCore' isn't exist. it seems like shader core has been merged into render core. should i remove 'ShaderCore' of JavascriptUMG.Build.cs ? |
This comment has been minimized.
This comment has been minimized.
https://github.com/ncsoft/Unreal.js-core/blob/4.22/Source/JavascriptUMG/JavascriptUMG.Build.cs In this code, there is no code to add a ShaderCore. The code using ShaderCore was used in 4.21 and removed in 4.22. |
This comment has been minimized.
This comment has been minimized.
I said that you should checkout the branch of Unreal.js to 4.22. |
This comment has been minimized.
This comment has been minimized.
oh god, thank you very much @crocuis |
1>UnrealBuildTool : error : Could not find definition for module 'ShaderCore'
(referenced via Target -> JavascriptUMG.Build.cs)