Search Unity

TextMesh Pro AABB and Graphic Rebuild ERROR

Discussion in 'UGUI & TextMesh Pro' started by gaglabs, Nov 1, 2020.

  1. gaglabs

    gaglabs

    Joined:
    Oct 17, 2019
    Posts:
    185
    I started getting thie graphic rebuild stuff out of no where and im confused as to what is causing it. When i click the error about the rebuild loop it gives me no info. Just says its not supported. And then occasionaly i get an AABB inAABB.. That points to TextMesh Pro. So what i think is happening is in my app i push some data from firebase and then after this data is pushed to a scrollview and its content panel, i resize it so the darn Content Size Fitter acts right cause we all know thats a pain in the arse anymore... And to do this i use LayoutRebuilder. It all works fine. Then when i add new data at runtime, it all breaks. My content returns NaN on its Y Size. So nothing is showed. It gets stuck in some kind of loop, but wont tell me where. Seems kind of a pain in the butt if you ask me. So any body face this problem??