Unreal.js icon indicating copy to clipboard operation
Unreal.js copied to clipboard

4.22 does not have a 'ShaderCore' Module. fix plz

Open kklimitkk opened this issue 6 years ago • 5 comments

1>UnrealBuildTool : error : Could not find definition for module 'ShaderCore' (referenced via Target -> JavascriptUMG.Build.cs)

kklimitkk avatar Apr 10 '19 02:04 kklimitkk

you should checkout 4.22 branch :)

crocuis avatar Apr 10 '19 06:04 crocuis

Thank you @crocuis

yes, I checkout 4.22 branch, but 'Engine/Source/Runtime/ShaderCore' isn't exist. 4.21 Engine/Runtime/ShaderCore 4.22 Engine/Runtime/ShaderCore 4.22 Engine/Runtime

it seems like shader core has been merged into render core.

should i remove 'ShaderCore' of JavascriptUMG.Build.cs ?

kklimitkk avatar Apr 10 '19 08:04 kklimitkk

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.

crocuis avatar Apr 10 '19 11:04 crocuis

I said that you should checkout the branch of Unreal.js to 4.22.

crocuis avatar Apr 10 '19 11:04 crocuis

oh god, thank you very much @crocuis

kklimitkk avatar Apr 10 '19 12:04 kklimitkk