Hey guys,
I recently wanted to make and publish an android game but my user folder name contains non-Ascii characters and so whenever I try to build the game or play it with Unity Remote it doesn’t work.
And I also tried to make a different folder in the Users folder called for Example “Android games” then I put the project in there, Unity tells me to open a file that is accessible.

Hey, Share exact errors you encounter
– IGuscinTry moving your entire project to the path without non-ASCII characters. The best would be a short path like C:\Projects in order to avoid issues with too long file paths as well
– IGuscin