MdIqubal/Recyclable-Scroll-Rect

Can't scroll after turning SetActive false -> true

AlexLoongway opened this issue · 1 comments

I have some issue with turning SetActive from false to true. ScrollView does not response after this...

While working, I realized that this only happens when one of the CyclableScroll parents, which has a Canvas component, changes the SetActive state from false to true. Removing the component solves this problem