Skip to main content

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

sixtyfouroftheclock

3
Posts
1
Topics
A member registered Feb 11, 2025 · View creator page →

Creator of

Recent community posts

Hey, sorry if it’s the wrong category, but I’ve been trying to submerge myself in online communities about game development, because I love programming. But the problem is: somehow I never used forums before and I get nervous when I post something. I feel like I sound annoying, or something else.

Posting this because I’m trying to get a better mindset. Most of my friends aren’t interested in gamedev, so I need to meet new people who love this stuff to improve both my social skills and programming.

So what should I do? I like godot, blender and pixel art :)

This must be one of the most repetitive questions ever.

That’s great :D

I’m not sure if it’s RigidBody3D or 2D, but you shouldn’t use RayCast for ground detection. Because it’s a line, not a shape. There’s a chance the player get stuck on an edge, but on_ground won’t be 1. Raycasts are awesome, but this is flawed.