Camera collides with objects

I am making a Topdown game for my Game and Art class. My camera works fine but it collides with actors in the world. Is there any way to make the object it collides with transparent? I could also see a problem if a tree is blocking the player, how would you make the object transparent?

Hey @Palmajd33! Welcome to the forums!

So your descriptions are fine- however, the collision with actors in the world could be the actors, the springarm, or the camera’s collision settings. Try setting the springarm and camera collision to IGNORE whatever channel it needs to in the collision settings on each component and then bring back pictures if that doesn’t work! :slight_smile:

As far as the tree or something going invisible, try looking for a “Character outline” tutorial! That way you could have a visual representation of your character without the jarring effect of things disappearing and reappearing. Plus, it’s a one-size-fits-all solution that can be carried on indefinitely instead of having to put code on every single actor to disappear and reappear on command! :slight_smile:

1 Like

Ok thank you so much!

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