Godot Version
Godot 4.3
Question
I’m trying to make this shooting animation where i have my gun and i want to make it deal damage to a certain object with a collision. Was all set, hitscan and everything, until i come across the error in the title above. I’m guessing it has to do something with this camera that is mentioned (view_model_gd). This camera is the one where it renders the guns on the screen, without really having to render the guns in the world scene.
“Main_Cam” is the camera that renders the player’s perspective (it’s an FPS)
To everyone that wants the code, i’m just gonna link the github of the project i’m working on, because the code is really big. If anyone wants more details, just lmk
GitHub - MechaBRO/MagulaProject: Created for testers or anyone that want to help me with this project