what is the best way to hide the top down character

hi

i want to use a top down game setup, just without the top down character (visible)

at this point i am hiding the top down character through set actor hidden
thus i obtain a top down game without a top down character in some sort

only problem still is the character obstructs camera movement when you move the camera and thus character into an obstacle / object
if i let the character overlap (everything) it of course falls through the landscape / floor

so how do i let the character overlap without falling to negative infinity

thanks

Hey @barbrian0723!

Are you still wanting to move the camera up and down with the ground/landscape or do you want to have a fixed position for the camera?

Any additional specifics you provide will go a long way in solving your problem?

still want to move the camera (view) around

it is more or less a top down setup just without a top down character

or perhaps it is a top down setup just with a camera other / in addition to the character camera

Hey @barbrian0723,

What I mean is, you can have the camera just move above the ground without a character at a fixed height or you can have the character only have collision with “ground” actors and the camera will move up as you move up a hill for example.

1 Like

thanks
let me try both approaches

how would you define ground actors? will you have to create a custom collision channel?
the types are world static, world dynamic, pawn, destructible, vehicle, physics body
so how do you set that up

Hey @barbrian0723,

If you are wanting to define the collision specifically for your ground, you can define a custom object type. Check out the following documentation on how to do so:

1 Like

Hey @barbrian0723!

Checking in, was the above solution the one you were looking for?

hi

i ended up creating a camera actor and shifting the top down character camera to the camera actor with a attach object to object node if i remember correctly
then i simply moved / manupilated the camera actor location through the keyboard keys
your suggestions helped a lot towards this

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.