Unreal Engine 5 Transitioning from Unity
✍ Last Updated : August 26, 2022
🚪 Prequisite Knowledge (Optional)
Describe Initial Knowledge that reader need to know before reading this article
❓ Key Question / Problem / Issue
Describe what question / Problem / Issue this knowledge should answer
✅ Expected Output/Definition of Done
Define what information you really need and the definition of done
🎁 Resulting Solution
Transitioning from Unity to Unreal
Opening Unreal for the first time, you should see a layout that is similar to Unity. Both Editors have a fully modular, customizable window system. This allows you to move, resize, and replace tabs and panels within the interface. See Main Editor Interface to the details of Unreal Editor.
Translative concept implementation of Unreal to Unity.
- Viewport → Scene View
- Maps → Scenes
- Play in Editor → Game View
- World Outliner → Hierarchy Window
- Content Browser → Project window
- Details → Inspector
- Output Log → Console
Full list of Unreal concept and Unity Equivalent
No Comments