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 3.4.X ### System information Windows 10 ### Issue description Commands of shortcuts are being carried out in the background if any key combination in an input mapping...

bug
topic:editor
topic:input

### Godot version 4.0.alpha.calinou.7866c9847 ### System information Linux, Fedora 35 Kinoite (KDE), AMD iGPU of processor Ryzen 7 5800H, Linux 5.16.12, Vulkan ### Issue description The editor crashes after importing...

bug
needs testing
topic:import
crash
regression

*Bugsquad edit: `master` version of https://github.com/godotengine/godot/pull/46800.* Implement an import option to enable Octahedral Normals in Godot 4.0

enhancement
topic:rendering
topic:3d

### Godot version 3.5 ### System information Windows 10 OpenGL ES 3.0 Renderer: GeForce GT 710/PCIe/SSE2 ### Issue description When I press the D-Pad Button(down and Right) from some controllers,...

bug
topic:input
regression

### Godot version v3.4.2.stable.official [45eaa2daf] ### System information Windows 11, GLES3, RTX3060TI [511.23] ### Issue description At the moment the rigidbodies contact, suddenly the performance going bad with the physics...

confirmed
topic:physics
topic:3d
performance

### Godot version 3.4.4 ### System information macOs 12.2 Monterrey, M1 ### Issue description Exporting to iOs doesn't work. Throws the following error: ``` 2022-04-16 11:09:07.733 xcodebuild[12148:7643367] Error Domain=NSCocoaErrorDomain Code=3840...

bug
platform:ios
confirmed
topic:export

Adds `NavigationPathQueryParameters` and `NavigationPathQueryResult` objects in 2D and 3D similar to e.g. physics query parameters and results. Can be used with 2D or 3D NavigationServer `query_path()` to get a customized...

bug
enhancement
cherrypick:3.x
topic:navigation

This PR adressess concerns raised in #16317 and #52601 Editor will now measure the time during restoring scenes. If it takes longer than ~~30~~ 15 seconds, a dialog will appear...

enhancement
topic:editor
usability

### Godot version v4.0.alpha.custom_build [c81ef5150] ### System information Windows 11 ### Issue description Pull request #62936 added display of doc comments in the inspector, but with a small problem. If...

bug
topic:gdscript

Depends on https://github.com/godotengine/godot/pull/59842 This adds a `changed` signal to `GridMap` with the same semantics as the `changed` signal for `TileMap`.

enhancement
topic:3d