- Home /
Prefab Objects do not Render in Game mode but do In Scene Mode,Flappy Bird tutorial - columns in prefab are not showing in game view
In the flappy bird tutorial, the columns I created work but do not render under the game view after I use them as a prefab in the GameController. See screen shots below, where the column object by itself shows up fine but the columns which are generated through the prefab do not show up.
Thank You!
Answer by owen_unity55 · Jan 05, 2019 at 06:45 PM
You might've already tried this but try dragging the column that's working into the project window to make it a prefab and then use that prefab. Not sure if it'll work but it seems worth a try.
Your answer

Follow this Question
Related Questions
How can i solve this issue?? i need real help. 1 Answer
Material doesn't have a color property '_Color' 2 Answers
Create with code 2.2 pizza not shooting 1 Answer
Function to assign gameobject components with parameter strings... 1 Answer
How to convert GameObject array to Transform array in C#? 2 Answers