Godot Version
Version Of Godot: 4.3 (Stable 2024)
Question
I wrote -
func _ready() → void:
Input.set_custom_mouse_cursor(Input.custom_cursor_texture)
→ But their is showing an error - Cannot Find Member “custom_cursor_texture” in base “Input”.
→ I was watching and making as per the tutorial and that code was -
func _ready() → void:
Input.set_mouse_mode(Input.MOUSE_MODE_CAPTURED)
→ When I wrote this, it was showing error so I took a help of ChatGPT and serched and I got that code I wrriten above of this code.
Please help me to solve this!
Heres the image of that error -