-
**Operating system or device, Godot version, GPU Model and driver (if graphics related):**
Godot 3.0 master https://github.com/godotengine/godot/commit/da144fed4c49133a93b3b83cfc665352c0af351a
Windo…
mrcdk updated
7 years ago
-
**Operating system or device, Godot version, GPU Model and driver (if graphics related):**
Antergos x86_64, Master e97ada6
**Issue description:**
![image](https://user-images.githubusercontent.co…
ghost updated
7 years ago
-
Great initiative to build a city simulator. What do you think about using an existing game engine that takes care of the 'enginey' things, so you can focus on game mechanics and asset creation? E.g. t…
-
**Operating system or device, Godot version, GPU Model and driver (if graphics related):**
all
**Issue description:**
Please make CTRL+mouse wheel combo possible in Visual Scripts editor.. I look…
-
**Operating system or device, Godot version, GPU Model and driver (if graphics related):**
Godot 3.0 master https://github.com/godotengine/godot/commit/da144fed4c49133a93b3b83cfc665352c0af351a
**I…
mrcdk updated
7 years ago
-
**Operating system or device - Godot version:**
MacOS 10.12.1 / Godot v3.0.alpha.build.1
**Issue description:**
VisualScripting local vars loose properties on run scene and or when closing and re…
-
**Problem 1**
I can add the "camera2D" functionality in the character, for example, just by attaching a Node to the character.
I also can create a "playerMove" node, for example, and never again r…
-
Right now you can not rename user created functions in Visual Script through the UI. Renaming them in the "Members:" dialog makes them uneditable in the graph editor and trying to rename them in the r…
-
There should be a way to create a literal primitive in VisualScript. So far as I can tell, this is currently impossible. You first have to create a member or local variable and then you can create a V…
-
Does Godot care about the consistency of method names? It seems to be using "pos" and "position" randomly.
List of methods and variables using "pos" (bind_method.*[^a-zA-Z]pos[^a-zA-Z])
…