Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

Mechanically it seems to work, but there is a wierd graphical glitch where only part of the screen is updated. The part that is updated is somehow related to the mouse cursor location, but the mouse cursor can move in and out of the update zone. If you want to see the error yourself and try to fix it, i would recommend making a virtual machine of linux (pop os is good if you never used it before) and try to run it there. Good software to make a virtual machine is virtualbox. I do not know much unity (and it does not seem to really be available for linux) so i cannot understand this issue.


EDIT: Maybe look in to adding an installer for the game or making it more standalone (not in a zip at least). I would reccomend an AppImage either containing an installer (and the game assets) that puts the assets in /usr/local/games/TimeToStrike or that just contains the game, and the user can just put that in /usr/local/games instead of having to unzip a zip file. Going with an installer, you could make it add a .desktop file (like desktop shortcuts) in the correct location, not only the desktop but also so you can search for it. Look stuff up. Use a VM. The reason is that this is a bit more complicated on linux, and would save time for people that has not for example created their own installation tool.