diff --git a/readme.md b/readme.md index 0bb65c4..7363a32 100644 --- a/readme.md +++ b/readme.md @@ -45,7 +45,7 @@ Ensure that `ThoMagicRendererInclude.cginc` is included after the URP include fi #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Color.hlsl" #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/UnityInstancing.hlsl" #include "Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderGraphFunctions.hlsl" -#include "ThoMagicRenderer/Shaders/Include/ThoMagicRenderer.cginc" +#include "Packages/com.incobyte.thomagicrenderer/Runtime/Resources/ThoMagicRenderer.cginc" ``` Modify your shader structs and functions: ```hlsl @@ -87,7 +87,7 @@ Ensure `ThoMagicRendererInclude.cginc` is included after the HDRP include files: ```hlsl #include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Common.hlsl" #include "Packages/com.unity.render-pipelines.high-definition/Runtime/ShaderLibrary/ShaderVariables.hlsl" -#include "ThoMagicRenderer/Shaders/Include/ThoMagicRenderer.cginc" +#include "Packages/com.incobyte.thomagicrenderer/Runtime/Resources/ThoMagicRenderer.cginc" ``` Modify your shader structs and functions: ```hlsl