- Unreal Engine 4 Scripting with C++ Cookbook
- William Sherif Stephen Whittle
- 320字
- 2021-07-08 10:50:44
UE4 – creating your first level
Creating levels in UE4 is easy and facilitated by a great UI all around. In this recipe, we'll outline basic editor use and describe how to construct your first level once you have your first project launched.
Getting ready
Complete the previous recipe, UE4 – First Project. Once you have a project constructed, we can proceed with creating a level.
How to do it…
- The default level that gets set up when you start a new project will contain some default geometry and scenery. You don't need to start with this starter stuff, however. If you don't want to build from it, you can delete it, or create a new level.
- To create a new level, click File | New Level… and select to create a level with a background sky (Default), or without a background sky (Empty Level).
Tip
If you choose to create a level without a background sky, keep in mind that you must add a light to it to see the geometry you add to it effectively.
- If you loaded the Starter Content on your project's creation (or some other content), then you can use the Content Browser to pull content into your level. Simply drag and drop instances of your content from the Content Browser into the level, save, and launch them.
- Add some geometry to your level using the Modes panel (Window | Modes). Be sure to click on the picture of a light bulb and cube to access the placeable geometry. You can also add lights via the Modes tab by clicking on the Lights subtab on the left-hand side of the Modes tab.
Note
The Modes panel contains two useful items for level construction: some sample geometry to add (cubes and spheres and the like) as well as a panel full of lights. Try these out and experiment to begin laying out your level.
推薦閱讀
- Clojure Programming Cookbook
- 現代C++編程:從入門到實踐
- Java 開發從入門到精通(第2版)
- SOA實踐
- 潮流:UI設計必修課
- Interactive Data Visualization with Python
- Vue.js 2 and Bootstrap 4 Web Development
- Windows系統管理與服務配置
- Getting Started with CreateJS
- 軟件架構:Python語言實現
- Python數據分析從0到1
- Java編程的邏輯
- MySQL從入門到精通(軟件開發視頻大講堂)
- 第一行代碼 C語言(視頻講解版)
- Natural Language Processing with Java and LingPipe Cookbook