Skip to content

Commit

Permalink
Merge pull request #30 from OudomMunint/Feature
Browse files Browse the repository at this point in the history
PR: Feature => Main
  • Loading branch information
OudomMunint authored Aug 25, 2024
2 parents bc53c0e + 370d781 commit 34fa1a0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
- StandaloneOSX
- WebGL
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
restore-keys: Library-
- uses: game-ci/unity-builder@v2
- uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand All @@ -41,7 +41,7 @@ jobs:
path: build/${{ matrix.targetPlatform }}
- name: Create Release
if: matrix.targetPlatform == 'StandaloneWindows64'
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.14.0
with:
artifacts: "unity-github-actions-build"
tag: v1.2.2
tag: v1.2.2.1
17 changes: 17 additions & 0 deletions ProjectSettings/BurstAotSettings_StandaloneOSX.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"MonoBehaviour": {
"Version": 4,
"EnableBurstCompilation": true,
"EnableOptimisations": true,
"EnableSafetyChecks": false,
"EnableDebugInAllBuilds": false,
"DebugDataKind": 1,
"EnableArmv9SecurityFeatures": false,
"CpuMinTargetX32": 0,
"CpuMaxTargetX32": 0,
"CpuMinTargetX64": 0,
"CpuMaxTargetX64": 0,
"CpuTargetsX64": 72,
"OptimizeFor": 0
}
}
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Legionary ⚔️ <a href="https://youtu.be/WG0DcoSDQ34">Take a look! 👀</a>
Legionary is a 2D platformer game made with Unity and C#
Legionary is a 2D platformer game made with `Unity` and `C#`. <br>
This project targets `WebGL` `macOS` `UWP` `Windows`. <br>
Find download links below, there are 3 builds available for download, `Windows x86_64`, `macOS x86` and `macOS arm64`.

# Maintenance, Build & Release
| Badge | Status |
Expand All @@ -9,6 +11,7 @@ Legionary is a 2D platformer game made with Unity and C#
| Licence | [![Acquire activation file](https://github.com/OudomMunint/Unity-2D-Platformer/actions/workflows/activation.yml/badge.svg)](https://github.com/OudomMunint/Unity-2D-Platformer/actions/workflows/activation.yml) |

# Recommened Specs
## Windows & macOS x86_64
| Specification | Minimum | Recommended |
|-------------------|----------------------------------|---------------------------------|
| CPU | Anything with more than 1 core | i5-2500K or Ryzen 3 1400 |
Expand All @@ -20,19 +23,21 @@ Legionary is a 2D platformer game made with Unity and C#
# Recommened Specs: Apple Silicon
| Specification | Minimum | Recommended |
|-------------------|----------------------------------|---------------------------------|
| CPU | Apple M1 | Apple M1 |
| RAM | 8GB | 8GB or higher |
| CPU | Apple A12X | Apple M1 |
| RAM | 6GB | 8GB or higher |
| Storage | 1GB of free space | 1GB of free sapce |
| GPU | Apple M1 7 Core GPU | Apple M1 8 Core GPU 2GB |
| OS | macOS 12 | macOS 13.6
| GPU | Apple A12X 7 Core GPU | Apple M1 7 Core GPU |
| OS | macOS 11 | macOS 13.6 or 14

~~‼️ Apple silicon isn't supported M1 & M2 SKUs~~ <br>
‼️ Apple silicon now supported<br>
‼️ Target Platforms: `WebGL` `macOS` `UWP` `Windows` <br></br>

# Download
- Click <a href="https://github.com/OudomMunint/Unity-2D-Platformer/releases">here</a> to go to the release page and download the game.
- Currently the release page only offers windows build of the game.
# Downloads
Note: These builds were built with `Unity 2023.1.9f1`
- <b>Windows x86_64:</b> [Here](https://www.dropbox.com/scl/fo/s4ppc87ib67726edamwlb/AOmhemTHV85Qs5boftIz8ko?rlkey=loeqhu2hv4rl57c3qh3efoezi&st=20wqdkas&dl=0)
- <b>macOS x86 `Intel`:</b> [Here](https://www.dropbox.com/scl/fo/on93oy6gc82im8hx291af/AHcvN6A9zc9qo-3F3TpcXT8?rlkey=2a9t0umxt02k5g2ofpaqtmv1w&st=yindk9ry&dl=0)
- <b>macOS arm64 `Apple Silicon`:</b> [Here](https://www.dropbox.com/scl/fo/on93oy6gc82im8hx291af/AHcvN6A9zc9qo-3F3TpcXT8?rlkey=2a9t0umxt02k5g2ofpaqtmv1w&st=yindk9ry&dl=0)
- <b>WebGL:</b> None available, see issue [#14](https://github.com/OudomMunint/Unity-2D-Platformer/issues/14)


![Screenshot](2d.png)

0 comments on commit 34fa1a0

Please sign in to comment.