I’m having a problem when I leave my executable game, he gets a pink lines, the editor is more normal when I give it gets buggy build,
can someone help me fix this?
I think I might know why you get this problem, and as Lman already stated it probably is the game having problems with texturing.
I suggest you make sure you have your game set to be able to run in background mode, if not then you need to enable this feature if you ever want the game to keep running when you are not focusing on the application. Failing to do this might cause issues upon reloading the game when you are re focusing the application.
To eneable or disable this feature, go to menu: Edit > Project Settings > Player, and you should find “Run In Background*” under Resolution.
This looks like the texture is not being included in the build. This may be because you’re using Resources.Load() with a target path not in a folder under or in a folder named “Resources”. Otherwise, double check your references.