Book Image

Learning Unreal Engine iOS Game Development

By : Muhammad A.Moniem
Book Image

Learning Unreal Engine iOS Game Development

By: Muhammad A.Moniem

Overview of this book

Table of Contents (18 chapters)
Learning Unreal Engine iOS Game Development
Credits
About the Author
Acknowledgements
About the Reviewers
www.PacktPub.com
Preface
Nodes Database
Index

Importing the assets


In case you decided to start working from scratch with the provided assets (or maybe with your own unique assets), you will find a folder called fruitsResources with two other subfolders containing this chapter's files. The most important folder is the png folder, which contains all of the images after cutting them into pieces in Photoshop. Feel free to check the *.psd file or the sourceImages folder for the sources I found using Google.

Select all of the images inside the png folder and then drag-and-drop them inside the Content Browser window of your Unreal editor.

The images will look very strange and will not appear to have any sort of transparency, but they do in fact!

Select all of the images inside Content Browser and then right-click and select Configure For Sprites (or Configure for Retro Sprites for a later version of the editor). With this choice, Content Browser will start treating the imported texture assets. These assets will be used to build and construct...