Godot Engine
Rules
About
Featured Projects
Toggle forum theme
Sign Up
Log In
3D
Cubes, Triangles and mad collisions. This is 3D.
Latest engine news:
Start a Discussion
Godot Help
All Discussions
Tags
Forum News
Projects
Resources
Tutorials
Godot Help
New to Godot
3D
2D
Audio
GUI
Shaders
Navigation
Building
Programming
GDScript
C++
CSharp
HTML5
Networking
Physics
Exporting
AR
VR
XR
Optimizing
Question
Business
Community
Professional Trade
Non-Godot Projects
Godot 4.X
Godot 3.X
Free
More...
Latest
Latest
Top
Newest
Oldest
I
How to control the camera (in the editor) in a large 3D scene?
Godot Help
New to Godot
3D
Question
xyz
replied
Oct 14, 2024
I have a large 3D scene and that part works fine. However, when I try to look at different parts in the editor the camera stops scrolling at some point and I can't zoom further. It seems like it is zo...
1
1 reply
H
Why is this node rotating to a weird angle whenever I try to pick it up?
Godot Help
New to Godot
3D
Question
xyz
replied
Oct 11, 2024
Hi all, Extremely new to Godot and having some issues with rotating objects. I am trying to create a first person camera that can pick up and drop objects in the environment. When I pick up the object...
6
6 replies
The Water in the Game "Party Animals"
Godot Help
3D
Shaders
EEE474
replied
Oct 10, 2024
I was watching someone playing the game with his friends for the sake of wasting time, until they reached a map called "Typhoon" and OMG THE WATER!!! It was an outstanding piece of tech art, my guess ...
3
3 replies
Any suggestions on how to create weapon animations?
Godot Help
3D
kuligs2
started
Oct 10, 2024
Im having existential crisis. I dont know where to start, so that the work i put into, and time, is not gone in waste, by later redoing everything.. Ive made few of those mistabkes before . What i wan...
0
0 replies
U
How do I change a skeleton's rest bone's transform while animated?
Godot Help
3D
upncoming
started
Oct 9, 2024
I have a rigged model where I want to scale parts of the bones and have it animated. Here is my code. extends Skeleton3D # Store the default bone transformation. var default_root_transform : Transform...
0
0 replies
Decals are covering up the 3D scene
Godot Help
3D
Godot 4.X
PoorlyDrawnCircle
replied
Oct 7, 2024
I have custom foot-print shadow Decals under some of my objects in my 3d-scene. Looks great in-game, but when in the editor, it looks like this. Utter chaos. I don't want to hide the shadow in-editor,...
2
2 replies
UI Locking my camera movement
Godot Help
3D
UndercoverWitch
replied
Oct 6, 2024
I'm trying to get an in game camera system to work and I'm running into a wall. I followed a tutorial on how to make a first person camera movement and then I tacked on some extra code to have a UI ov...
2
2 replies
N
Blender model appearing very dark in godot.
Godot Help
3D
Rion_j
replied
Oct 5, 2024
I made a 3D model in Magica-Voxel and then imported it to blender. In Blender it seemed to look fine, but then after putting it into Godot it was extra dark. I'm new to Blender and Godot. Anyways what...
10
10 replies
S
Odd Results from Barycentric Coordinates and Mesh Normals [4.2 dev6]
Godot Help
3D
Programming
GDScript
xyz
replied
Oct 3, 2024
Hey y'all, I wanted to experiment with the new barycentric coordinate function coming in 4.2, but I seem to be getting some odd results with meshes imported from Blender. In a new project I'm using th...
61
61 replies
Reusable animation blend tree
Godot Help
3D
Godot 4.X
trizZzle
replied
Oct 2, 2024
I'm developing an RPG. I have 3D models with accompanying animations for all units/characters. Models and animations are made in Blender and exported as .glb. I want to have an AnimationTree that can ...
5
5 replies
NavigationAgent3D - Enemy AI problems
Godot Help
3D
Godot 4.X
kuligs2
replied
Sep 30, 2024
Hello, its my first time. And im having problems. My enemy follows me all good and dandy but sometimes it just doesnt and makes suicide. As you can see the enemy paths are on point but at some point t...
7
7 replies
T
My nodes and scenes have been corrupted.
Godot Help
3D
CSharp
Question
SnapCracklins
replied
Sep 29, 2024
I opened my project and saw that some of my nodes are missing and some of the scenes became corrupted. I tried to open the corrupted scenes using a text editor but they were completely empty. How do i...
9
9 replies
D
Ledge hanging on moving platforms without collision
Godot Help
3D
Programming
Physics
xyz
replied
Sep 29, 2024
Hello all, I've been trying to implement moving platforms in Godot but have some special use cases for my game that I'm running into a wall against. In most cases I could set up a basic moving platfor...
7
7 replies
B
All of my OmniLight3D nodes suddenly stopped work ( no light )?
Godot Help
3D
Jesusemora
replied
Sep 28, 2024
honestly, I was messing with Environment and the Sun ( directionalLight3D ), and I must have clicked something that made all the lights stop working. I have been through every environment and sun opti...
2
2 replies
How to blob shadow?
Godot Help
3D
Godot 4.X
kuligs2
replied
Sep 24, 2024
I know its retarded but am i? So far i have created a Decal, with a texture. The Decal supposed to do this: Expand the size of it based on character movement. Cast a ray, get ray length to ground, the...
9
9 replies
M
Material detail - visible seam
Godot Help
3D
Godot 4.X
Stable
kuligs2
replied
Sep 24, 2024
I am trying to blend two textures together. It works great except that at the edge of the mesh, there is a tiny seam that i just can't fix I've tried offsetting the UV but then i have the dirt texture...
12
12 replies
Multi dimensional Enemy pathfinding
Godot Help
3D
Godot 4.X
kuligs2
started
Sep 23, 2024
As i started to jump into enemy pathfinding i noticed i dont understand how people achieve "believable" enemy movements. One thing is path finding on a plane, this i know how to make, because there ar...
0
0 replies
C
How to handle a sheathing/unsheathing sword?
Godot Help
3D
Question
correojon
replied
Sep 20, 2024
My character has a sword that they can sheathe and move around with the sword in its' scabbard, or they can unsheathe the sword and hold it in their hand, using it to attack. How would you set up this...
4
4 replies
F
Camera follow + camera rotation not working together properly
Godot Help
3D
Programming
Question
xyz
replied
Sep 20, 2024
Hi there! I'm trying to create a camera follow behavior to my 3d game, but I'd like to have a mouse camera rotation as well. For the camera follow, I'm using on a Camera3D node: extends Camera3D @expo...
4
4 replies
Alerting the Player of an Enemy Just Out of View?
Godot Help
3D
GUI
crobison
replied
Sep 18, 2024
Hi everyone! It's been a while since I was here. Development on my game is going well, but right now I'm having some trouble figuring out how to implement a pretty essential feature. In short; The ene...
2
2 replies
Load More
Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
3D
Cubes, Triangles and mad collisions. This is 3D.
How to control the camera (in the editor) in a large 3D scene?
Why is this node rotating to a weird angle whenever I try to pick it up?
The Water in the Game "Party Animals"
Any suggestions on how to create weapon animations?
How do I change a skeleton's rest bone's transform while animated?
Decals are covering up the 3D scene
UI Locking my camera movement
Blender model appearing very dark in godot.
Odd Results from Barycentric Coordinates and Mesh Normals [4.2 dev6]
Reusable animation blend tree
NavigationAgent3D - Enemy AI problems
My nodes and scenes have been corrupted.
Ledge hanging on moving platforms without collision
All of my OmniLight3D nodes suddenly stopped work ( no light )?
How to blob shadow?
Material detail - visible seam
Multi dimensional Enemy pathfinding
How to handle a sheathing/unsheathing sword?
Camera follow + camera rotation not working together properly
Alerting the Player of an Enemy Just Out of View?
« Previous Page
Next Page »