Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

it seems to be an issue related to the game being unable to find its asset files due to how your directory is set up: 

C:/Users/Precision/Desktop/ /New/Vessel Tactics v0.1/Vessel Tactics

unity doesn't like the Â symbol, so it reads it as this instead:

C:\Users\Precision\Desktop\New\Vessel Tactics v0.1\Vessel Tactics

try renaming your directory to something else to see if that fixes it

(1 edit)

That's due to the name of the folder i put it into being blank, that's purposeful and has shockingly never been an issue. After some tests, the folder name seems to have been the problem. Thank you a ton for the help!