- Home /
A GameObject is missing in GameView
Hi
I have a strange question. I place a very simple brick in my scene, but it disappear in game view. See my screenshot:
![alt text][3]!
Thank you.
you sure it's not getting moved or deleted ? Turn off maximize on play and do a screenshot of where the object is in the scene view.
I'm sure not getting moved or deleted. As your suggestion, I turned off the full screen and capture two screenshots. Please check my album. Thanks.
So it actually got moved. How did you verify that it wasn't moved in the first place? Selecting the object and viewing it's coordinates would be the first approach...
This problem was caused by Animation Component. Those bricks should be static objects. Again, thanks all you guys reply.
Answer by farooqaaa · Mar 24, 2012 at 03:18 PM
Turn off the animation components (untick it) for all the bricks.
Answer by Rod-Green · Mar 24, 2012 at 03:22 PM
As @farooqaaa said it's the animation that's causing the issues.. if you want to retain the animation you'll need to parent the objects individually to a blank GameObject and move that instead.,You have an animation on the object...
Answer by Bunny83 · Mar 24, 2012 at 03:25 PM
You are sure it doesn't get moved? Why you selected the object that is visible in your screenshot and not the one the isn't visible. If it's still in place you should see the gizmo at it's original place.
You have an animation component attached to your object. Are you sure there is no animation that moves your object to 0,0,0?
You also can move the objects at runtime. Select it, drag it, play with it. If it's still there you should be able to make it visible. We can't test these things for you.