Skip to content

Commit ebb3711

Browse files
authored
Clarify benchmarks and add headroom
1 parent 223f52d commit ebb3711

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ Nano is a tiny project template for people who want to make tiny games with UE4
55
> ⚠ If you're going for the Tiny Award in an Unreal game jam, you'll have to skip Unreal Engine 4.27 because Nano won't get you below the 150 MB limit. It currently works with 4.26 or older, as well as Unreal Engine 5 Early Access.
66
77
## Benchmarks
8-
Here's how Nano compares to the blank template that ships with UE4 and UE5. Numbers are based on the Shipping build configuration
8+
Here's how Nano compares to the Blank template that ships with UE4 and UE5. Numbers are based on the Shipping build configuration.
9+
910
### Unreal Engine 4.26
10-
| | 64-bit | 32-bit |
11-
| ----- | ------ | ------ |
12-
| Blank | 211 MB | 176 MB |
13-
| Nano | 113 MB | 95 MB |
11+
| | Blank | Nano | Space for your game |
12+
| ----- | ------ | ------ | ------ |
13+
| 64-bit | 211 MB | 113 MB | 37 MB |
14+
| 32-bit | 176 MB | 95 MB | 55 MB |
1415

1516
### Unreal Engine 5 Early Access
16-
| | 64-bit | 32-bit |
17-
| ----- | ------ | ------ |
18-
| Blank | 240 MB | N/A |
19-
| Nano | 127 MB | N/A |
17+
| | Blank | Nano | Space for your game |
18+
| ----- | ------ | ------ | ------ |
19+
| 64-bit | 240 MB | 127 MB | 23 MB |
20+
| 32-bit | N/A | N/A | N/A |
2021

2122
## How it works
2223
To help achieve its small size, Nano comes out of the box with the following configuration:

0 commit comments

Comments
 (0)