Game Not Showing Game Objects
When I test the game in the editor everything works perfectly. All the objects are where they need to be and move as they should. But when I built the game and clicked play. NONE of the objects where there.alt text
Answer by herCoder · Dec 04, 2015 at 12:49 AM
[SOLVED] I had my game objects attached to my game screen ui panel to .SetActive() when needed. I moved them out of the screen and just had my game manager handle the .SetActive() for the sprites. All better now. Thank you for reading.
Your answer

Follow this Question
Related Questions
How to make child of layout group always fit the screen size and be placed side by side? 1 Answer
How to make fast a coroutine 1 Answer
UI buttons sometimes does not detect touch 1 Answer
Canvas Error - Everything tinted blue 2 Answers
Unity Editor Panels contains weird color/fonts artifacts (screen tearing) 6 Answers