I really want to buy this plugin, but I need to know a couple of things before I can do so;
-on android and iphone/ipad the screen width and height change quite dramatically.
I know I can anchor things to parts of my screen and that solves some problems.
However that still means I have to design for the minimum width out of a range of target devices, since the width won't scale or anything, and thus buttons and gui gets cut off on some devices other wise? especially when also supporting portrait this becomes a problem.
Is there a way around this?
using the gui system of unity itself these buttons would auto scale to a percentage of the screen size, and things would always fit.
This is the biggest problem, if I can work around this somehow I will buy it.
-secondly, I created a search script, which automatically searches for objects and return found results in buttons.
Is there someway to use your ngui and send a request to my script and then send back the buttons to ngui again?
In other words; how can add my own functionality(scripts) to buttons and have them interact both ways..
I really hope these issues can be resolved becaus Ngui really looks awsome.