why Unity 2019.1 scrollrect is not working if NGUI UI Root object present in scene
I just upgraded unity to latest Unity 2019.1.9f1 & unity's scrollrect is not working if i have NGUI UI Root object present in that scene..
Steps to reproduce: Create new project Import NGUI & add its game object to scene * Create a scrollrect inside canvas.
In editor everything is working fine but after building to android, in mobile device unity's scroll is not working..
Is this unity bug or what?
Have solved? Please let me know I am just stretching my hair
No still it didn't solved for me.. so i just downgraded my unity version to 2017.4 & NGUI is working fine in that.
Answer by kiwon · Mar 25, 2020 at 08:20 AM
In my case, I have two scene(UGUI, NGUI) a bug which i facing is,
build android apk
enter ngui scene. and click even number count(include exit button click)
enter ugui scene.
evenything is ok, but all ScrollRect is not working
maybe is relate with UICamera. If uncheck touch in UICamera, this bug cannot be generated..