Can't scroll after turning SetActive false -> true
AlexLoongway opened this issue · 1 comments
AlexLoongway commented
I have some issue with turning SetActive from false to true. ScrollView does not response after this...
AlexLoongway commented
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