i am creating a simple game with multiple levels. i am creating fix screen puzzle game. is i have to set the camera for all levels on there level blueprints. or there any other way to set the camera one time for each level like game mode or anythings else.
it is a way to do it from the player Blueprint, use the node get level name. so if “level name = level 1, use this camera setting.” of “Level name = level 2, use this camera settings” etc…
I hope this helps you, if not tell me and I do me bets to help you.
i am creating game like . that has 100+ levels then i have to do like 100 times.
I understand, I believed you needed to move the camera position and/ or rotation based on the level.
If all levels is set to use the same camera position, you can add the Blueprint to the player character. The Player character will not despair move to the level you open be default.
Tell me if you need more help.
what is delta time in get camera view. how to set the camera position and/ or rotation based on the level.
i do it on each level blueprint.
if i add camera in player bp and change its location according to level then my camera move with player and also shake the screen how to fix that.