Welcome to Godot Forums
🎮👋 Hello and Welcome,
You've landed at the right spot for everything Godot! Whether you're a newbie or a pro, our forum is a hub for insightful discussions, tutorials, showcases, and collaborations.
Before jumping in, do take a quick look at our community guidelines. Remember, this is a place for respectful, considerate interactions.
We're excited to have you and can't wait to see the brilliant games you'll create with Godot. Let your creativity soar! 🎮🎨👩💻👨💻
/Mike
Latest engine news:
is there a way to anonymise peer to peer connections for a multiplayer game?
- Calinou replied
- This is something that I've been thinking about quite a bit with regards to the privacy aspect of peer to peer gaming. Sure you can get it setup but unfortunately if you want to host a game on your co...
Globally enabling/disabling a shader while allowing each instance to keep its properties?
- Calinou replied
- I'm working on a game with optional PS1-style graphics, and I'm applying this shader to a ShaderMaterial on all my meshes. Because the PS1 style is meant to be optional, I need an easy way to disable ...
- S
Anyway to set a different rotation anytime the character move a different direction?
- SunsetCreation started
- So basically, what I want to try is when the character spawns, they are at the rotation of 0 degrees. When they move to the left or to the right, they move 90 and -90 degrees accordingly. I've tried t...