Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Loved the experience ! The environment looks really good and the interaction was really well handled. I wonder how the sculpting is implemented as I've noticed the quest version struggles a bit when the pot is being sculpted. Only thing i missed that could have been cool to add would be to be able to save the sculpted jar.

Edit: ok so i peeked inside the apk and i saw that the sculpting is mainly done using the TubeTrailMesh resource that is built into Godot ! That's so cool !

(+1)

Thanks for the comment!

Yes, the sculpting is based on TubeTrailMesh, the sculpting edits the curve. For the performance issues: my guess is that editing the curve rebuilds the entire mesh, at every frame + twice because there is actually two distinct meshes (inside and outside surfaces). After reading your message, I thought about different optimizations I could do with TubeTrailMesh, I may patch the game after the jam. You tested on Quest 2 or Quest 3?

The very next feature I intended to implement is the ability to pick-up the jar and put in on a shelf to save it, then grab a piece a clay to start a new one. I was too short on time for this.

Nice ! I’ve tested on a Quest 2