I have a built game that works fine in my computer only when i moves it ti another computer that is mine it doesn’t work
please help
If you are running on a Windows Platform, make sure that you are copying all your build files over to the other computer. Not everything is included in the executable (.exe). When you build your project you willhave not only the application, but an application data directory as well. If you project is called “MyGame”, Unity will output “MyGame.exe” and a folder called “MyGame_Data”. You have to have both in the same directory on the computer for it to run as expected.