in0finite / SanAndreasUnity

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

GTA San Andreas Unity for WebGL #150

Open DeimosAndrey opened 3 months ago

DeimosAndrey commented 3 months ago

Hello. Is it possible to make your game for webgl?

in0finite commented 2 months ago

Hello, as discussed on discord, yes it is possible, but game would not have access to local game files (on user's PC) unless the user drags (or selects) the game folder manually. This would also require a lot of refactoring regarding how the files are loaded (eg. File API can not be used on Web).