unitycoder / UnityMobilePaint

Public repository for MobilePaint issues & requests
https://www.assetstore.unity3d.com/en/#!/content/19803?aid=1101lGti
MIT License
49 stars 16 forks source link

How to use Mask or RectMask2d to cover MobilePaintBoard? Like UGUI Scroll View? #44

Closed BelieveXiaoShuai closed 4 years ago

BelieveXiaoShuai commented 4 years ago

When i put paint board into Scroll View, Mask could not cover paint board. When I scroll out paint board, I still could see paint board.

unitycoder commented 4 years ago

i'm thinking the UI masks require shader that supports masking (with stencils).. so it could be that. no idea if taking the masking code from ui shaders would fix it..