First of all, thanks for a good GUI system that is actually made to work as Unity does! =)
Now to my problem, im doing a (semi)simple 2D UI and i need to have gui objects oriented around objects in worldspace.
Right now im using Camera.worldToscreen (the camera that renders my 3d(ortographic) and not the camera that rendes the ui).
I have a bottom left anchor and then simply put the localposition of my worldtoscreen result and everthing works fine on ipad2. maybe there is another way i didnt think of? Either way, i have automatic height off, build for the new ipad. all the objects i have created in the scene works brilliantly but all the coordinates i convert with the worldtoscreen seems to be about doubled. What am i doing wrong?
Thanks.