mob-sakai / SoftMaskForUGUI

Enhance Unity UI (uGUI) with advanced soft-masking features to create more visually appealing effects!
https://github.com/mob-sakai/SoftMaskForUGUI
MIT License
2k stars 262 forks source link

_SoftMaskTex upside down when vulkan is on #179

Closed errore closed 1 month ago

errore commented 1 month ago

Describe the bug _SoftMaskTex upside down when vulkan is on

Please add:

if UNITY_UV_STARTS_AT_TOP

uv.y = 1-uv.y;
#endif

To Reproduce Steps to reproduce the behavior:

  1. Add Command line argument: -force-vulkan
  2. Use SoftMask 2.0.0+
  3. Mask upside down at Game view

Environment:

Additional context add to fix the bug

if UNITY_UV_STARTS_AT_TOP

uv.y = 1-uv.y;
#endif
mob-sakai commented 1 month ago

Thank you for your reporting!

github-actions[bot] commented 1 month ago

:tada: This issue has been resolved in version 2.1.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

github-actions[bot] commented 1 week ago

:tada: This issue has been resolved in version 3.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: