godot icon indicating copy to clipboard operation
godot copied to clipboard

Godot Engine – Multi-platform 2D and 3D game engine

Results 3682 godot issues
Sort by recently updated
recently updated
newest added
trafficstars

### Godot version v4.2.rc1.official [ad72de508] ### System information Godot v4.2.rc1 - Windows 10.0.22631 - Vulkan (Mobile) - dedicated NVIDIA GeForce GTX 1050 (NVIDIA; 31.0.15.4617) - Intel(R) Core(TM) i5-8300H CPU @...

bug
topic:core
confirmed
topic:gui

**Godot version:** 3.1.1.stable-official **OS/device including version:** Windows 7 **Issue description:** If you try to read or write a file using `File.open_encrypted_with_pass()` it returns `ERR_FILE_UNRECOGNIZED` and doesn't say much more. Windows...

bug
topic:core
confirmed

This also includes various improvements to the messages: - Remove some "success" messages that were printed on every build, such as the macOS minimum supported version (which is already mentioned...

enhancement
topic:buildsystem

### Tested versions Godot v4.2.1.stable Godot v4.2.stable Does not compile in V3.5.3 ### System information - Fedora Linux 39 (Workstation Edition) - Wayland - Vulkan (Mobile) - integrated Intel(R) HD...

### Tested versions v4.3.dev3.mono.official [36e943b6b] ### System information Godot v4.3.dev3.mono - Windows 10.0.22631 - Vulkan (Mobile) - dedicated NVIDIA GeForce RTX 2080 Ti (NVIDIA; 31.0.15.4617) - 12th Gen Intel(R) Core(TM)...

Caused by duplication of on-demand created children, for example: ```gdscript var cpb := ColorPickerButton.new() print(cpb.get_child_count(true)) print(cpb.get_popup()) print(cpb.get_child_count(true)) var cpb2 := cpb.duplicate() print(cpb2.get_child_count(true)) print(cpb2.get_popup()) print(cpb2.get_child_count(true)) ``` Will print: ``` 0 @PopupPanel@...:...

bug
topic:gui

### Godot version 4.1.beta1 ### System information Linux Mint 21.1; Kernel: 5.15.0-73; CPU: AMD Ryzen 9 3900X; GPU: AMD 5700XT, Vulkan ### Issue description When attempting to create a 3...

needs testing
topic:network

fixes #88006 This just makes it so setting the value with code doesn't check if a value is finite but it does still check when you set the value using...

bug
topic:editor
needs testing
topic:gui

### Tested versions - Reproducible in v4.2.1.stable.official [b09f793f5] ### System information Godot v4.2.1.stable - Ubuntu 22.04.3 LTS 22.04 - X11 - Vulkan (Mobile) - dedicated NVIDIA GeForce GTX 860M (nvidia;...

Fixes https://github.com/godotengine/godot/issues/88086

bug
topic:editor
crash
topic:animation
topic:3d