No description
Find a file
2022-04-23 04:27:27 +02:00
Assets add approaches using Lerp and SLerp 2022-04-23 04:27:27 +02:00
Docs update docs - remove items which have corresponding github issues 2020-05-31 19:09:57 +02:00
Packages upgrade package 2022-01-30 21:33:01 +01:00
ProjectSettings Feature/mirror upgrade (#127) 2022-04-02 20:15:08 +02:00
.gitignore ignore UserSettings folder 2022-03-30 00:14:04 +02:00
.gitmodules fix network discovery ; use git submodule 2022-04-03 02:19:39 +02:00
.vsconfig add .vsconfig 2022-01-30 22:24:43 +01:00
LICENSE Initial commit 2020-05-31 19:07:22 +02:00
README.md add instructions to install Git LFS 2022-03-28 19:19:31 +02:00

San Andreas Unity



   

San Andreas Unity is an open source reimplementation of GTA San Andreas game engine in Unity.

This 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.

For more information about the project, read this wiki page.

When 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.

Download

Download it for Windows, Linux or Android.

The 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.

Multiplayer

Game fully works in multiplayer. You can start the game as dedicated server, as a host (server & 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.

If you want to run a dedicated server, take a look at these instructions.

Development setup

  • install Git LFS (large file storage), then set it up: git lfs install
  • clone the project, including submodules: git clone --depth 1 --recurse-submodules https://github.com/GTA-ASM/SanAndreasUnity
  • open the project with Unity 2020.3.26 or newer
  • open startup scene located at Assets/Scenes/Startup.unity
  • press Play button

In-game controls

Press 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.

Game modes

Game can be extended through plugins/game modes in the form of C# DLLs. More info on wiki.

Contributing

Join us on discord to discuss about development.

You can check out issues for newcomers, issues related to importing assets from original game, or the whole list of issues.

Issues that are in focus right now are those with high priority label and those found in milestones.

Screenshots

Videos