Normally this is an easy one, but can someone help me with this one:
- My levels are floating cube islands where my third person character can walk on.
- My camera is not attached to the player but to the center of the level.
- I can rotate around the island level while my character moves on the level.
* Everything is working fine but the problem is: I want the camera moving vertically when the player moves higher (stairs) on the island. If I attach the camera to the player you can't view the whole floating island, and that is what I want.
Any idea how I can achieve this?
Thank you.