- Creating ELearning Games with Unity
- David Horachek
- 147字
- 2021-07-16 12:22:49
Creating our first scene
With these requirements in mind, let's build the framework:
- Create a plane, positioned at (
0
,0
,0
), and name itground
. - Under Edit | Render Settings, go to the Skybox Material panel of the Inspector pane, and add one of the skybox materials from the skybox package.
- The GameObject drop-down menu is where you can select different types of basic Unity3D objects to populate your world. Create a directional light to the scene from GameObject | Create Other, and place it at (
0
,10
,0
) for readability. Set its orientation to something like (50
,330
,0
) to achieve a neat shading effect on the player capsule. In our world, the y axis will mean "in the air" and the x and z axes will correspond to the horizontal plane of the world.
Congratulations! You have created the testbed for this chapter. Now let's add the character system.

推薦閱讀
- Instant Raspberry Pi Gaming
- Mastering Mesos
- Natural Language Processing Fundamentals
- 計算機應用復習與練習
- 西門子S7-200 SMART PLC從入門到精通
- 快學Flash動畫百例
- Associations and Correlations
- Windows內核原理與實現
- Ceph:Designing and Implementing Scalable Storage Systems
- 項目管理成功利器Project 2007全程解析
- 數據掘金
- Excel 2010函數與公式速查手冊
- Mastering Ansible(Second Edition)
- FANUC工業機器人虛擬仿真教程
- Kubernetes on AWS