I just can’t find any solution to this. I don’t know why this is happening.
The only solutions I found are for Android Studio. Not for Unity.
Well, I found the solution. Turns out It was because of using “[ ]” in my project path. I changed it and now it works like a charm.
Glad you’re back online. This happens ALL THE TIME…
Avoid any non-ASCII characters in directory and filenames (anywhere in path names):
Use only A-Z and 0-9. Do NOT use Space and try not to use underscore.
It might work… until it stops working… and then it will fail very spectacularly and mysteriously and you will waste your precious time and life chasing ghosts around your system instead of making your game.
but you helped me same problem same reason
I confirm it is the project path issue. It was working fine until I switched to Unity 6. Marking the build environment as utf-8 didn’t work out. I had to change my username and username path in the Users directory. That is also a small journey on its own.
In order to do that I followed this guide: How to Rename the User Folder in Windows 11 - Guiding Tech