- 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.

推薦閱讀
- 機器學習實戰:基于Sophon平臺的機器學習理論與實踐
- 電氣自動化專業英語(第3版)
- Cinema 4D R13 Cookbook
- Drupal 7 Multilingual Sites
- 數據運營之路:掘金數據化時代
- Expert AWS Development
- WordPress Theme Development Beginner's Guide(Third Edition)
- 中國戰略性新興產業研究與發展·智能制造
- Ceph:Designing and Implementing Scalable Storage Systems
- 大學C/C++語言程序設計基礎
- 悟透AutoCAD 2009案例自學手冊
- C++程序設計基礎(上)
- Silverlight 2完美征程
- 軟測之魂
- Keras Reinforcement Learning Projects