Godot Help
If you are looking to ask a question about or need help with an issue using the Godot game engine. Please don't forget to mark the "Best Answer" if a solution is posted.
Latest engine news:
add a line of code to a function that is on another node from another script
- DaveTheCoder replied
- i will admit that this might not be the best way of achieving my goal but it got me wondering LAYOUT: Nodes:test&test2 Scripts:test.gd&test2.gd Functions:test()&test2() EXPERIMENT: in node test inside...
- C
AnimationPlayer/MeshInstance: Change to mesh color changes all instances
- Cabeza replied
- Hello! Im making a 3D game and trying to make an animation for enemies when they receive a hit. This is my Enemy "Skull" scene setup The animation changes the position of the Body mesh (not the entire...