Hello all! Ok new problem involving view. I want to make an inventory screen (Im not worried about coding for picking things up, using them, etc, just how to change the view)
So far, the player is parent to the view, so ti follows him in a fixed position. I want to hit the ' I ' key, and it switch to a screen that will show various things. So I tried to make a key down event for ' I ' and change the parent of view, to inventory, but it didnt work. Is there a special way I need to do this?