Author Topic: I could not find 2D  (Read 2067 times)

yanpen

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
I could not find 2D
« on: October 14, 2013, 04:08:11 AM »
Hi, everyone.
Today, I am start to leaning NGUI and whatch this tutorial"NGUI 3 Tutorial".

In this video tutorial 11:25-, there are "2D UI" and "3D UI" in the top right corner.

But in My Unity, I could not find "2D UI" and "3D UI"..

How do I solve this problem?

I have read previous posts, but I could not find..
Please help me :'(

My Unity version is 4.2.2f1 and My NGUI version is 3.0.2.
Cheers,
yanpen

OnlineCop

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 51
    • View Profile
Re: I could not find 2D
« Reply #1 on: October 14, 2013, 09:00:18 AM »
Click on the Layers button, then click the Edit Layers... at the bottom. You will be presented with a list of both layers and tags that have a bunch of empty slots. In those empty slots, add your own layer/tag names that you want to use. In this case, create a layer called 2D UI and 3D UI (or different names if you wish).

From that point on, you will always have those new layers/tags available for use both in code and in the Editor and NGUI.

http://docs.unity3d.com/Documentation/Components/Layers.html

yanpen

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
Re: I could not find 2D
« Reply #2 on: October 15, 2013, 06:54:28 PM »
Thank you very much!!
Cheers,
yanpen