Skip to main content

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

How should I send it? Just copy & paste?

(1 edit)

you can just upload the raw file to a website like https://catbox.moe/ since it will likely have a ton of text located inside of it, which will be too big for a comment section like this

https://files.catbox.moe/tyzlei.txt

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!