- NGUI for Unity
- Charles Bernardoff
- 220字
- 2021-07-19 18:32:32
Creating your UI
We will now create our first 2D user interface with NGUI's UI Wizard. This wizard will add all the elements needed for NGUI to work.
Before we continue, please save your scene as Menu.unity
.
UI Wizard
Create your UI by opening the UI Wizard by navigating to NGUI | Open | UI Wizard from the toolbar. Let's now take a look at the UI Wizard window and its parameters.
The two parameters are as follows:
- Layer: This is the layer on which your UI will be displayed
- Camera: This will decide if the UI will have a camera, and its drop-down options are as follows:
- None: No camera will be created
- Simple 2D: Uses a camera with orthographic projection
- Advanced 3D: Uses a camera with perspective projection
Separate UI Layer
I recommend that you separate your UI from other usual layers. We should do it as shown in the following steps:
- Click on the drop-down menu next to the Layer parameter.
- Select Add Layer.
- Create a new layer and name it
GUI2D
. - Go back to the UI Wizard window and select this new GUI2D layer for your UI.
You can now click on the Create Your UI button. Your first 2DUI has been created!
推薦閱讀
- 精通Nginx(第2版)
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Learn to Create WordPress Themes by Building 5 Projects
- Python入門很簡單
- 深入理解Java7:核心技術與最佳實踐
- 信息技術應用基礎
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Java程序設計
- Mastering JavaScript High Performance
- JavaCAPS基礎、應用與案例
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Instant Lucene.NET
- 用案例學Java Web整合開發
- Node.js開發指南
- Python機器學習開發實戰