Temaran/UnrealEngineShaderPluginDemo

README description of file structure incorrect

Opened this issue · 0 comments

The readme doesn't correctly describe the file structure.
README
"Everything under the Plugins/ folder (For declaring the shaders and running rendering code)
Source/ShaderPluginDemo/ShaderPluginDemoCharacter.cpp/.h (This code shows how to consume the plugin code)
Everything under the Content/ShaderPluginDemo/ folder (These are the editor objects that I use to set up the shader use in the scene)
The project settings file (I have created some new input bindings)"

  1. The filepath to a character cpp/h file is actually
    UE4ShaderPluginDemo-4.24\Plugins\TemaranShaderTutorial\Source\ShaderUsageDemo\Private
  2. and it is called ShaderUsageDemoCharacter.cpp/h
  3. There is no Content/ShaderPluginDemo folder

(just wanted to pass it on to help others out) thanks for the good plugin!!