By this I mean a block that is invisible, yet the camera cannot go beyond it and treats it like a visible block. CanCollide is set to true
Can’t you set transparency to 1? Or does that not work?
That makes the part invisible, yet you can put your camera through it. By that I mean the block doesn’t stop your camera from moving further like blocks with transparency set to 0.
Okay, I don’t know how to then.
You could edit the default camera control module to look for a custom attribute or just not to treat Transparent objects as invisible.
specifically this bit of code is what you’d need to change
3 Likes