Hi. I get the error message “Display 1 Camera Not Rendering”. Idk if this can be fixed with a script, but I do understand why it’s happening. My camera is a child of my player, because it’s set in the players perspective, and I’m not sure how else to do it. I’m very much a noob. Help me please and thanks?
The error message that you mention sounds as though the camera is disabled (either itself or its parent game object).
If you want it not be a child, you have to set & update its position in code
Sorry, I forgot to mention. In the game, my player is able to die, so I believe the camera is destroyed with the player.
Right, that would do it. You could unparent the camera, destroy / disable the player, and re-parent it, even.
Or set it up so it’s not parented at all… Whatever you think will work well