You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi again,
i am using MyPointer = new CameraPointer(Camera.main, 0.5f, 0.5f); as described in the wiki to handle the clicks. The main part of the UI is using a Canvas (world-space) with the HtmlUIPanel attached to it.
Now i am dinamically creating a ``WorldUI`. Something like:
Hi again,
i am using
MyPointer = new CameraPointer(Camera.main, 0.5f, 0.5f);
as described in the wiki to handle the clicks. The main part of the UI is using aCanvas
(world-space) with theHtmlUIPanel
attached to it.Now i am dinamically creating a ``WorldUI`. Something like:
Everithing works so far. Also the scale is working.
AcceptInput
is set totrue
.The problem is that i am not receiving clicks or hovers on the created world-ui. Btw, the world-ui is not moving.
As i understood, it should work with the
CameraPointer
, but i also found theLaserPointer
example.Any suggestion? Did i miss something?
Thanks a lot for any help.
As a side note: So far i am very pleased with PowerUI - it is realy versatile and not to hungry.
best
-p
The text was updated successfully, but these errors were encountered: