I’m attempting to make a simple doorway in a hollow cylinder (which is a union) by negating a rectangular prism and unioning it with the cylinder. This is the result in game: (note - the doors themselves are basic parts)
As you can see, the player gets stuck in the doorway. I checked out the collision geometry, and this is what im seeing (this is from the outside).
That dark face is where there should be a hole, but it looks like it just kept the original collision geometry instead of changing it.
I’ve tried unioning and re-unioning in several different ways but I can’t seem to change anything. Does anyone know some sort of workaround? My only other alternative seems to be to remake the cylinder as a mesh and do the doorway in blender, but I’d rather avoid that since the proportions would be hell to do.
It’s because of collision geometry of unions being wonky (which typically happens with larger unions even more so.) For a doorway I’d keep away from doing unions for this reason.
Yeah I ended up just redoing the thing completely and making it out of parts. The second picture I embedded was a screenshot of the decomp geometry btw