Skip to content

Commit

Permalink
📝 Fix Broken anchor on README.md
Browse files Browse the repository at this point in the history
Fix the broken anchor on the README.md
It should be '#support-soft-masks-with-your-custom-shaders' but written in '#support-soft-masks-in-your-custom-shaders'.
  • Loading branch information
rumaniel authored and mob-sakai committed Aug 22, 2023
1 parent 8af3022 commit 4ecf88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ By using SoftMask instead of the default Mask component, you can beautifully rep
* (Option) Raycast is filtered only for the visible part.
![](https://user-images.githubusercontent.com/12690315/48708330-a16d6600-ec45-11e8-94bf-afecd1bd9a39.png)
* Contain soft maskable UI shader.
* Support soft masks in your custom shaders by adding just 3 lines. For details, please see [Development Note](#support-soft-masks-in-your-custom-shaders).
* Support soft masks in your custom shaders by adding just 3 lines. For details, please see [Development Note](#support-soft-masks-with-your-custom-shaders).
* Adjust soft mask buffer size to improve performance.
* Convert existing Mask to SoftMask from context menu.
![](https://user-images.githubusercontent.com/12690315/48659018-902e2900-ea8e-11e8-9b6e-224365cdde7f.png)
Expand Down

0 comments on commit 4ecf88e

Please sign in to comment.