How do I turn off the visibility of the character's capsule collider in play mode in Unreal Engine 5?

I’m using this Animation Starter Pack for a Unreal Engine 5 project, and when I play the game, the collision capsule of the character is visible.

Is there a way to turn off the visibility of the character’s capsule collider in the play mode?

Select the actor in the scene, go to properties, select the capsule and turn on ‘hidden in game’ option

1 Like

Thank you for your help! This method works great when I play the scene, pause it, select the character’s capsule, and turn on the ‘hidden in game’ option in the Details pane.
However, when I play the game again, I see the capsule is still there.

So I tried to change this ‘hidden in game’ option in the character blueprint and played the scene and still I see the capsule. Is there any way that I can hide the capsule permanently?

[I’m adding a screenshot here in case a visual person like me needs help with this in the future.]


1 Like

Alright, I realized the character that was being spawned was something else, they just looked the same.

I was able to change the settings for this character in its blueprint, and the collider no longer appears in the play mode.

Sorry for the confusion, and thanks again for your help!

1 Like

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