Forum rules - please read before posting.

Use first person camera in point and click game

In my game, the input method is touch screen. I want to make a 3d point and click game. I want to use the first person camera's turning ability in the game.

Vid: https://streamable.com/gmxiq5

The movement method in this video is first person. Can I use this feature in the game with point and click movement method?

Comments

  • Actually i don't need a movement method. I will click the hot spots on the stage and change the camera angles. This camera needs to be capable of turning.

    Example Game: https://streamable.com/7wpqfj

  • If you're moving between pre-set points by clicking Hotspots, then you'll want to have a camera at each point and switch between them as part of the Hotspot Interaction.

    You may want to rely on a custom camera type to get the right drag-behaviour you're looking for, but you could try using a "GameCamera Third Person" camera with Drag-controlled? checked.

    If you uncheck Is Player? in the Target settings, instead assign an empty GameObject as the Target, and assign a low Distance from target value, you should be able to get something similar to the camera behaviour in the second video.

    Alternatively, the "Movement tempate: Nodes" package on the Downloads page offers a first-person example.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.