UI Text not changing visually when parent is not active
Hi, I've a project like a book page with interaction.
So far the system work fine except for some reason when I change the value of several UI Text from script, some of the UI Text not updating visually (the text value itself changed when I check the inspector).
The text value that not change are usually the one that the parent is inactive when the change occurred (eg. when I clicked a button in page 1, the value in page 1 and 2 change from script but some text in page 2 not changing the value visually).
The only workaround I have for now is disable and re-enable the Text Component via script with a little delay after the page is active (not working if there's no delay before re-enable). Though it make the Text become "missing" for a little while when the page change which is not really good.
Is it a bug from unity? Has anyone else get this strange behavior?
By the way I'm using unity 2017.1.2p1
Here's screenshot of the problem (due to the secrecy of the project, I edit the screenshot a little).
Your answer
