{"id":13529402,"url":"https://github.com/in0finite/SanAndreasUnity","last_synced_at":"2025-04-01T16:31:23.104Z","repository":{"id":38805240,"uuid":"133872077","full_name":"in0finite/SanAndreasUnity","owner":"in0finite","description":"Open source reimplementation of GTA San Andreas game engine in Unity","archived":false,"fork":false,"pushed_at":"2023-06-16T14:51:41.000Z","size":3417,"stargazers_count":2184,"open_issues_count":40,"forks_count":356,"subscribers_count":74,"default_branch":"dev","last_synced_at":"2024-10-29T17:11:57.101Z","etag":null,"topics":["game-engine","gta","reimplementation","unity3d"],"latest_commit_sha":null,"homepage":"https://discord.gg/p6jjud5","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/in0finite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-05-17T21:51:27.000Z","updated_at":"2024-10-29T13:51:46.000Z","dependencies_parsed_at":"2022-07-10T13:30:19.456Z","dependency_job_id":"dc9a8e7f-04ef-4f03-bde2-3badb8a4a5ee","html_url":"https://github.com/in0finite/SanAndreasUnity","commit_stats":null,"previous_names":["in0finite/sanandreasunity","gta-asm/sanandreasunity"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in0finite%2FSanAndreasUnity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in0finite%2FSanAndreasUnity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in0finite%2FSanAndreasUnity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in0finite%2FSanAndreasUnity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/in0finite","download_url":"https://codeload.github.com/in0finite/SanAndreasUnity/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246408100,"owners_count":20772231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["game-engine","gta","reimplementation","unity3d"],"created_at":"2024-08-01T07:00:35.978Z","updated_at":"2025-04-01T16:31:23.081Z","avatar_url":"https://github.com/in0finite.png","language":"C#","readme":"\n# San Andreas Unity\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://i.imgur.com/aIojfPW.png\" width=\"320\" height=\"320\"\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://discord.gg/p6jjud5\"\u003e \u003cimg src=\"https://img.shields.io/discord/454006273751515152.svg\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://gtaforums.com/topic/912395-san-andreas-unity/\"\u003e \u003cimg src=\"http://i.imgur.com/Fatp2jZ.png\" width=\"50\" height=\"30\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://www.youtube.com/channel/UCsslP7vqD06AMh6JlEy0pkg\"\u003e \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/YouTube_full-color_icon_%282017%29.svg/71px-YouTube_full-color_icon_%282017%29.svg.png\" width=\"30\" height=\"21\"\u003e \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\nSan Andreas Unity is an open source reimplementation of GTA San Andreas game engine in Unity.\n\nThis won't be a complete reimplementation, but the focus is on gameplay features, mutliplayer, and creating a framework which will allow easy game extending and unlimited modding possibilities.\n\nFor more information about the project, read this [wiki page](https://github.com/GTA-ASM/SanAndreasUnity/wiki/About-project).\n\nWhen running for the first time, the game will ask you for path to GTA installation. You need to own GTA in order to play it.\n\n\n## Download\n\nDownload it for [Windows](https://github.com/GTA-ASM/SanAndreasUnity/releases/download/v4.0/SanAndreasUnity-4.0-windows.zip), [Linux](https://github.com/GTA-ASM/SanAndreasUnity/releases/download/v4.0/SanAndreasUnity-4.0-linux.zip) or [Android](https://github.com/GTA-ASM/SanAndreasUnity/wiki/Running-on-Android).\n\nThe game is tested on Linux, Windows, Mac, and Android. It supports both Mono and IL2CPP scripting backends, so it can be built for any platform that Unity supports, provided that you can copy PC version of GTASA to target device.\n\n\n## Multiplayer\n\nGame fully works in multiplayer. You can start the game as dedicated server, as a host (server \u0026 client at the same time), or you can connect to a server. This works on all supported platforms, which means you can start a host even on Android device.\n\nIf you want to host a server, take a look at [command line instructions](https://github.com/GTA-ASM/SanAndreasUnity/wiki/Command-line) and [server administration](https://github.com/GTA-ASM/SanAndreasUnity/wiki/Server-administration).\n\n\n## Development setup\n\n- clone the project, including submodules: `git clone --depth 1 --recurse-submodules https://github.com/GTA-ASM/SanAndreasUnity`\n- open the project with Unity 2020.3.26 or newer\n- open startup scene located at Assets/Scenes/Startup.unity\n- press Play button\n\n\n## In-game controls\n\nPress Escape while in game to open pause menu. You'll see there a lot of utilities, and among them, there is a window which shows all controls.\n\n\n## Game modes\n\nGame can be extended through plugins/game modes in the form of C# DLLs. More info on [wiki](https://github.com/GTA-ASM/SanAndreasUnity/wiki/Plugins-(Game-modes)).\n\n\n## Contributing\n\nJoin us on [discord](https://discord.gg/p6jjud5) to discuss about development.\n\nYou can check out issues for [newcomers](https://github.com/GTA-ASM/SanAndreasUnity/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22), issues related to [importing assets](https://github.com/GTA-ASM/SanAndreasUnity/issues?q=is%3Aissue+is%3Aopen+label%3Aimporting) from original game, or the [whole list](https://github.com/GTA-ASM/SanAndreasUnity/issues) of issues.\n\nIssues that are in focus right now are those with [high priority](https://github.com/GTA-ASM/SanAndreasUnity/issues?q=is%3Aissue+is%3Aopen+label%3Apriority%3Ahigh) label and those found in [milestones](https://github.com/GTA-ASM/SanAndreasUnity/milestones).\n\n\n## Screenshots\n\n![](https://cloud.githubusercontent.com/assets/557828/24571348/d964f098-1670-11e7-8759-0160dbf5bcb5.png)\n\n![](https://cloud.githubusercontent.com/assets/557828/24571349/d96b7c24-1670-11e7-997d-ae15913481f8.png)\n\n![](https://i.imgur.com/HX978mr.png)\n\n## Videos\n\n###\n\n[![](http://img.youtube.com/vi/PItR-0FF7JI/0.jpg)](https://www.youtube.com/watch?v=PItR-0FF7JI)\n\n###\n\n[![](http://img.youtube.com/vi/hnInLUbobI8/0.jpg)](https://www.youtube.com/watch?v=hnInLUbobI8)\n\n###\n\n[![](http://img.youtube.com/vi/VDfSE3nc3oM/0.jpg)](https://www.youtube.com/watch?v=VDfSE3nc3oM)\n\n###\n\n[![](http://img.youtube.com/vi/NPCiUZ-MZGM/0.jpg)](https://www.youtube.com/watch?v=NPCiUZ-MZGM)\n\n","funding_links":[],"categories":["Action","C# #"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin0finite%2FSanAndreasUnity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fin0finite%2FSanAndreasUnity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin0finite%2FSanAndreasUnity/lists"}