greggman/better-unity-webgl-template

OnRectTransformDimensionsChanged doesn't get called when resizing browser

SlimeQ opened this issue · 1 comments

This is probably a more general Unity issue but I don't seem to be getting OnRectTransformDimensionsChanged calls when resizing the browser window. I'll be digging into this more today but I suspect the issue could be solved with some clever javascript.

I'll make sure to post any info I find.

I spoke way too soon on this one, the function is getting called just fine. I just have a bug in my own code.

Closing