- Home /
Mini Game works in Editor but not in Build
I have a mini game I built that for some reason works flawless in editor but when I build the game it does not do what it is supposed to:
Working In Editor: 
Not Working in build (Nothing spawns): 
the pics are good, but I think we are going to need more information than this. Perhaps showing us the script that spawns the objects, will help.
I actually Figured out my problem. It ended up being a script I had on a non-destroyed object.
Just had to move it to an object that was loaded on the specific scenes I needed.
Thanks for the response!
So since you don't want to share more information on the actual issue in your question we can delete this question? Because in the current state it can not be answered. If the question isn't clear the answer doesn't really help anyone. So since the question is not of help for the community we are going to delete it.
Answer by SunnyChow · Sep 21, 2020 at 02:57 AM
Did you tag anything as EditorOnly?
Did you find any error messages in the log? (https://docs.unity3d.com/Manual/LogFiles.html)
Your answer