Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Clipping Working Intermittently

A topic by EmblemSauce created Feb 27, 2026 Views: 240 Replies: 4
Viewing posts 1 to 4
(1 edit)

Has anyone had issues where the clipping works intermittently? Currently trying to clip eyes to the black sclera but it's not working whereas if I make a whole new scene, it works just fine.  I'm probably going to redo it all over again anyways but I figured to ask. 

{images are added in the replies! It didn't like me trying to add screenshots lol}

Developer

your screenshot shows the issue, the eyes' z order is 1, due to godot limitation, the z order must be zero for what you are trying to clip

Ahhhh, I didn't know about that limitation. Thank you!