godot-visual-script icon indicating copy to clipboard operation
godot-visual-script copied to clipboard

VisualScript as a Godot Engine c++ module

Results 49 godot-visual-script issues
Sort by recently updated
recently updated
newest added

NOTE: Here is the test repo that I added the prototype project to https://github.com/blurymind/Godot-eventSheetPrototype Everyone is free to fork or do pull requests 👍 IDEA: We currently have a visual...

enhancement

```[tasklist] ### Next - [ ] https://github.com/godotengine/godot-visual-script/issues/57 - [ ] https://github.com/godotengine/godot-visual-script/issues/62 - [x] Port to Godot Engine master - [ ] https://github.com/godotengine/godot-visual-script/issues/59 - [ ] https://github.com/godotengine/godot-visual-script/issues/58 - [ ] https://github.com/godotengine/godot-visual-script/issues/64...

enhancement
help wanted

The system is very straightforward in concept: Scratch-style puzzle-blocks with the flexibility of Blueprint-style node-wiring. Visual scripting seems to be dominated by a node-wiring paradigm throughout the biggest game-engines, which...

enhancement

### Godot version 4.1.2 Mono ### System information Windows 11 Home 22H1 ### Issue description I'm absolutely new to Godot and just followed the 3D game tutorial on Godot Docs,...

Implements the missing abstract functions to allow the module to be compiled for Godot 4.2.

This supersedes [#16023](https://github.com/godotengine/godot/issues/16023). **Describe the project you are working on:** https://github.com/godotengine/godot-demo-projects/tree/master/visual_script **Describe the problem or limitation you are having in your project:** The problem is that VisualScript files are saved...

enhancement

### Godot version https://github.com/godotengine/godot/commit/6758a7f8c07d1f4c8ec4f052ded6d26402967ebe ### System information Macos, m2 mac mini ### Issue description As of https://github.com/godotengine/godot-visual-script/commit/d616fa948fe66cbbf2130ecca00ff2ab0f97f61f the visual script native nodes were removed. Nodes like branch, and such need...

bug
help wanted

### Godot version https://github.com/godotengine/godot/commit/6758a7f8c07d1f4c8ec4f052ded6d26402967ebe ### System information Macos, m2 mac mini ### Issue description Comments were removed in https://github.com/godotengine/godot-visual-script/commit/d616fa948fe66cbbf2130ecca00ff2ab0f97f61f. Restore comments as a node grouping. ### Steps to reproduce 1....

bug

Hi, Have bit trouble, can't read the comment box, for a bit unique theme . . ![image](https://user-images.githubusercontent.com/83387915/188793689-c8b22fed-f662-4e9a-91d6-bd6fd3b20c21.png) Is it possible, to get a few choices, for colors, of boxes ....

bug

When I modified `editor/visual_script_editor.cpp` for my other PR, there were a ton of diffs automatically from VSCode. To fix this, all these probably need to be done: - [x] Add...

bug