Author Topic: All NGUI controls are not shown, even the examples and tutorials  (Read 4091 times)

indeisoft

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 5
    • View Profile
Hello,

Well I just bought NGUI, when I open it in a new project everything is OK, but when I add it to my project, than on every scene I open from the examples, nothing is shown, I also have some problems with NGUI so maybe something is not configured as it should be...

so my question is, are there any Player/Project setting I am missing?

I past on all, also verified the "Raycast hit triggers" is marked.

Thank you
Tsahi

fbaez51

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 5
    • View Profile
Re: All NGUI controls are not shown, even the examples and tutorials
« Reply #1 on: November 21, 2014, 08:12:41 AM »
Do you have a UICamera component attached to the Camera used to draw the UI?

Check out the link below:

http://www.tasharen.com/ngui/docs/class_u_i_camera.html

indeisoft

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 5
    • View Profile
Re: All NGUI controls are not shown, even the examples and tutorials
« Reply #2 on: November 21, 2014, 10:41:37 AM »
Again - I'm openning the same scenes of the NGUI examples pacakge...when I open them on my own project, the UI is not shown(only some sprites)
I have other issues (like the UI root is so small, some fonts not shown...)
This is why I'm asking, Is there any settings I'm missing?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: All NGUI controls are not shown, even the examples and tutorials
« Reply #3 on: November 21, 2014, 09:01:04 PM »
Check the console log. Do you see an error there? Also make sure that only one camera can see the layer used by your UI.

indeisoft

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 5
    • View Profile
Re: All NGUI controls are not shown, even the examples and tutorials
« Reply #4 on: November 25, 2014, 06:33:22 AM »
thank you It was solved by setting camera settings , still I'm having problems with the camera. i'll start new post