My games made in Unity game engine (all in c#).
To get you a copy of my projects you need to have installed Unity on your computer.
You can simply get any game by visiting releases page, and downloading the zip file with, the game that you want. Inside the archive there are build for Linux, Windows and macOS. Instructions on running the games below.
You can easly download Unity or Unity Hub on your computer from here.
-
To install the Unity Hub on Windows or macOS, visit Download Unity.
-
To install the Unity Hub on Linux visit Download Unity for Linux.
You don't need to have Unity installed to just play the game.
When you have downloaded all needed files from releases, just unzip the directory and choose the version for your operating system.
-
Windows: you just need to double click the
projectName SETUP.exe
file, and follow further instructions of the installer. -
macOS: you just need to double click the
projectName.app
file, and follow further instructions if they appear. -
Linux: First you need to unzip the
projectName.zip
(unzip projectName.zip
command in terminal). Then you can double click the 'projectName.x86_64' file, or open file location in terminal, and run it with command./projectName.x86_64
. If there are any problems with running the file, add executable rights to this file usingsudo chmod +x projectName.x86_64
command, and try again running the game.
If you have downloaded whole project, to open it, you need to add it to your Unity Hub.
To do so, you just need to open Unity Hub, then click the white ADD
button in upper right corner. Then in the dialog window, you need to go to the location, where you have downloaded the project, select it and click ok
in the bottom right corner of dialog window. Then find the project on the projects list in Unit Hub, and double click the projects name (for each project there is information about unity version which were used by making this project).
- Some projects have also recorded game Demo with link to you tube video - so you can check them out before downloading the game from releases page.
- Most projects are organised with folders, where folder name specifies what is in this folder:
- Assets
- Audio - audio used in the game
- Animation - animations made or downloaded, and used in game
- Materials - physics and normal unity materials
- Models - models of game objects
- preFab - prefabs
- Sprites - sprites used in game
- Scenes - all scenes of the game
- Scripts - all scripts used in game (I try to comment my code very carefully and make it as readable as possible)
- other downloaded assets from asset store
- Build
- Windows - game version for Windows
- macOS - game version for macOS
- Linux - game version for Linux
- other folders automatically added by unity, when making and building project
- Assets
- Aleksander Szymański
- Other people working with me on group projects with their roles are mentioned in
README.md
in the group project folder