in0finite / SanAndreasUnity

Open source reimplementation of GTA San Andreas game engine in Unity
https://discord.gg/p6jjud5
MIT License
2.13k stars 352 forks source link

Project full of errors #75

Closed Trafel closed 4 years ago

Trafel commented 4 years ago

I 've just installed the 2018.3.11f1 version of Unity, opened the freshly unziped SanAndreas project and Unity gives me a ton of errors.

Screen: https://i.ibb.co/4PZB8VQ/esrthethwesthethe.png

in0finite commented 4 years ago

Have you even read the README ? It clearly says in Development setup section that you need to clone the git repo including submodules.

Trafel commented 4 years ago

Ok now I get this error:

FileNotFoundException: gta3.img SanAndreasUnity.Importing.Archive.ArchiveManager.GetCaseSensitiveFilePath (System.String fileName) (at Assets/Scripts/Importing/Archive/ArchiveManager.cs:43) (wrapper synchronized) SanAndreasUnity.Importing.Archive.ArchiveManager.GetCaseSensitiveFilePath(string) SanAndreasUnity.Behaviours.Loader.StepLoadArchives () (at Assets/Scripts/Behaviours/Loader.cs:282) SanAndreasUnity.Behaviours.Loader+d36.MoveNext () (at Assets/Scripts/Behaviours/Loader.cs:187) UnityEngine.Debug:LogException(Exception) SanAndreasUnity.Behaviours.Loader:HandleExceptionDuringLoad(Exception) (at Assets/Scripts/Behaviours/Loader.cs:222) SanAndreasUnity.Behaviours.d36:MoveNext() (at Assets/Scripts/Behaviours/Loader.cs:189) UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)

in0finite commented 4 years ago

Click "change path to gta", select folder where gta is installed, and try again