Hi, I'm working with NGUI for few days and have some strange problem. I have an asset called Contextual, which is used for creating contextual menues for objects in game. When u click an object and menu should appear, it creates a UIWidget using NGUITools.AddWidget function for each menu item. As I've understood, this function adds a new widget to the UIRoot and creates a collider for that widget, depending of what UI type I've selected (BoxCollider for 3D_UI and BoxCollider2D_UI). After that collider is being autoresized to the size of a widget. Everything is ok while in editor or event web player. But when building for windows it seems that collider is not being resized correctly (I've manually scaled it 10x times and it has started receiving NGUI events). Since it is very hard to debug on standalone build + being new to NGUI I'm stuck with this bug for a few hours. Any help would be appreciated.
P.S. Sorry for my English, I'm russian and there could be a lot of mistakes

Thanks.