Ok, we have our camera parented to the player so the audience can have a closer more intimate view of the main player. However now it has been requested that the player move forward from the same spot in the screen backwards and forwards while still following the main character. I am unsure how to proceed from here because the whole point to parent objects is so they stay together and not move separately from each other. Can anyone offer any guidance in this situation?
Yes, you generally parent them together so they will move as a unit. But that doesn’t mean that you can’t offset them from one another over time to get some kind of independent movement.
Thanks, but we found a solution in c# code.
I was talking about scripting, too.