Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: UILineRenderer masking does not work #476

Open
1 of 4 tasks
blizzard384 opened this issue Jul 4, 2024 · 1 comment
Open
1 of 4 tasks

BUG: UILineRenderer masking does not work #476

blizzard384 opened this issue Jul 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@blizzard384
Copy link

Unity UI Extensions Bug Report

Describe the bug

The masking is not working when using the UILineRenderer as a child of scroll view

To Reproduce

  1. Create scroll view
  2. Put UILineRenderer as a child of a content
  3. Scroll the view so that the UILineRenderer is outside of the view

Expected behavior

UILineRenderer is correctly masked outside of the scroll view

Actual behavior

UILineRenderer is displayed outside of the scroll view

Screenshots

image

Your Setup

  • Operation System:
    • Windows
    • MacOs
    • Linux
    • Other
  • Unity Version: 2022.3.8f1
  • Unity UI Extensions Version
    • 2.3.2

Additional context

@blizzard384 blizzard384 added the bug Something isn't working label Jul 4, 2024
@SimonDarksideJ
Copy link
Contributor

I think this might actually be a limitation of the UI Masking system. I'll investigate, but I suspect it might either need the UI component dumped to a texture, or a custom Masking component to make it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants