https://github.com/willnationsdev/game-engine-comparisons
A community breakdown of the similarities and differences between game engine features.
https://github.com/willnationsdev/game-engine-comparisons
Last synced: 2 months ago
JSON representation
A community breakdown of the similarities and differences between game engine features.
- Host: GitHub
- URL: https://github.com/willnationsdev/game-engine-comparisons
- Owner: willnationsdev
- License: cc0-1.0
- Created: 2020-09-06T05:36:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T15:45:24.000Z (over 5 years ago)
- Last Synced: 2025-07-01T04:07:58.025Z (10 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# game-engine-comparisons
A community breakdown of the similarities and differences between game engine features.
Legend:
✔️: Feature IS supported.
❌: Feature IS NOT supported.
❔: Feature support is TBD. *You* can help replace these with ✔️ or ❌.
📓: Feature requires additional clarification via Additional Notes section.
|Feature|Summary|Unity|UE4|Godot|GMS2
|-------|-------|-----|---|-----|----
|[Components](Components/README.md)|Building blocks of data|✔️|✔️|✔️|❌
|GameObjects|Things in the world|✔️|✔️|✔️|✔️|✔️
|Levels|Spaces for **GameObjects**|✔️|✔️|✔️|✔️
---
## **Levels**
A visual space in which to place and configure game objects.
### Unity
Name: `Scenes`
Structure: A
### Unreal Engine 4
### Godot Engine
### Game Maker Studio 2
---
## **Class Definitions**
### Unity
### Unreal Engine 4
### Godot Engine
### Game Maker Studio 2
---
## **Class Inheritance**
### Unity
### Unreal Engine 4
### Godot Engine
### Game Maker Studio 2
---
## **Class Composition**
### Unity
### Unreal Engine 4
### Godot Engine
### Game Maker Studio 2
---
## **Tags**
### Unity
### Unreal Engine 4
### Godot Engine
### Game Maker Studio 2
---
## **Object Persistence**
### Unity
### Unreal Engine 4
### Godot Engine
### Game Maker Studio 2
---
## **Scripted Data Files**
### Unity
### Unreal Engine 4
### Godot Engine
### Game Maker Studio 2
---