- Home /
Different behaviour playmode/build, graphics disappear
Hello,
I'm facing a weird problem. I wrote the first pieces of my game and so far it works fine, at least in play-mode within the editor. It's a client-server-application. The map loads, and I can walk around on it just fine. In play-mode.
However when I make a build of my project, the following happens: 1. The map loads 2. I can look around 3. As soon as I try to move (press WASD), everything disappears and all I see is blue.
Does anyone here have any idea what I'm supposed to be looking for? The problem only occurs with the build. If it wrote anything about it to the Editor.log, perhaps I'd know more..
Thanks for your help
Hmm okay, at least I found where output of Debug.Log goes for the build version. Apparently it moves my character to "NaN : NaN : NaN" when I move. I still don't know why it only does that for the build version, and how to prevent it.
Your answer
Follow this Question
Related Questions
Distribute terrain in zones 3 Answers
Resource folder doesn't build. Why is it empty? 1 Answer
after I built and run the project, the project is empty -1 Answers
Build and Run trouble 0 Answers