About 22,700 results
Open links in new tab
  1. How to mask a UI.RawImage in Unity? - Stack Overflow

    In Unity UI, I have an ordinary RawImage (It's just sitting on a Panel) I have a png, mask.png which is just a white shape on transparent. How do you mask the RawImage ? I have tried …

  2. How to make inverted mask and allow clicks to work on masked …

    Dec 21, 2022 · How to make inverted mask and allow clicks to work on masked area and not work on the remainiing Unity? Asked 2 years, 11 months ago Modified 2 years, 10 months ago …

  3. user interface - Mask UI Image/RawImage - Stack Overflow

    Jun 28, 2017 · Maybe it is bug, in unity 5.6.1f1 same story. Just try to download new version unity 5.6.2f. I dont know, that bug is fixed or not. Or Use some image editor, for example photoshop. …

  4. How do I mask a custom UI Graphic in Unity? - Stack Overflow

    Dec 1, 2017 · Add a Mask component to the Mask game object. Add an Image and a SimpleImage as children of Mask. Observe that the Image is masked while the SimpleImage is …

  5. shader - Unity UI mask does not work on children with different …

    May 15, 2021 · A custom UI mask shader that work with different Canvas component, sorting layers, and non-UI children (Particles) would be a perfect solution. However my knowledge …

  6. unity game engine - Simple cutout, i.e. mask, shader based on …

    Jul 7, 2020 · Here's the ordinary Unity "new" Standard Shader (Transparent) - I just can't get a simple _Mask working :/ I guess you just need to set o.Alpha = to something like the alpha of …

  7. Scrollview Viewport Mask not hiding content - Stack Overflow

    Jan 5, 2018 · Because those are Sprite s, not UI.Image s The Unity UI Mask object can only mask other UI elements. Sprite is not one of those. You should change your prefab to have an …

  8. shader - Unity UI - Applying mask to individual sprites instead of ...

    Jan 29, 2016 · Unity UI - Applying mask to individual sprites instead of entire texture Asked 9 years, 10 months ago Modified 9 years, 10 months ago Viewed 15k times

  9. How to mask a texture with Unity Shader Graph - Stack Overflow

    Dec 3, 2018 · How to resize the mask area? because for now if i change the Tiling then the result is just too wrong: Is my "positioning" logic correct ? eventually i want the Position property to …

  10. unity game engine - Is there a method or way to mask one ui …

    Jul 12, 2020 · I have searched if there is a way to mask a texture from multiple objects so that I can skip the part of creating 100 different cameras and instead use one. So far, nothing has …