I’m not sure where to start with implementing this feature. I want to take my player HUD and have it move very slightly with where the mouse is on screen for a sort of ‘3D’ effect to detach the HUD from the game world
Generally I would not recommend using chatgpt to learn Godot. You can’t be sure what it returns will work for you. In the case above I’m pretty sure it will work. I say that because I can code.
Maybe ChatGPT 4.0 mini would do but I haven’t tried it.
I’m using a custom agent called “Godot 4.2 master”. Using custom agents requires a subscription.
But AI is NOT reliable. It hallucinates, makes things up, and can lead you in the completely wrong direction. So be careful, and read the docs every time you find or use a new function. I cannot tell you how many times I have learned of a new method in the docs that I had not known about but solved my problem perfectly. AI may have led me there, but reading the docs is so important IMHO.