- Learning Unreal Engine Game Development
- Joanna Lee
- 232字
- 2021-07-16 12:43:02
What goes into a game?
When you play a game, you probably are able to identify what needs to go into a game. In a simple PC shooting game example, when you press the left mouse button, the gun triggers. You see bullets flying, hear the sound of the gun and look around to see if you have shot anything. If you did hit something, for example, a wall, the target receives some form of damage.
As a game creator, we need to learn breakdown what we see in a game to figure out what we need for a game. A simple breakdown without going into too much detail: link the mouse click to the firing of the bullets, play a sound file that sounds like a gun firing, display sparks (termed as particle effect) near the barrel of the gun and the target shows some visible damage.
Bearing this example in mind, try visualizing and breaking any game down into its fundamental components. This will greatly help you in designing and creating a game level.
There is a lot going on behind the scenes when you are playing a game. With the help of Unreal Engine, the interaction of the many components has been designed and you will need to customize it for your own game. This is a huge time saver when you use an engine to create a game.
- Spring 5.0 Microservices(Second Edition)
- Getting Started with React
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Learning Spring 5.0
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Python王者歸來
- Python 3破冰人工智能:從入門到實戰
- PhpStorm Cookbook
- Web App Testing Using Knockout.JS
- Android應用開發實戰
- 軟件測試分析與實踐
- Java并發實現原理:JDK源碼剖析
- Server Side development with Node.js and Koa.js Quick Start Guide
- 深度剖析ApacheDubbo核心技術內幕
- 零基礎入門Python數據分析與機器學習