You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are uses for this drag-and-drop coding system within a running game system to give it a kind of extreme configurability. For example, a runtime version of this module this module was made for the Heroes card game two stands down from the Endless stand at Godotcon2024.
An in-game version of Block Coding would also provide the capability to run this feature under Godot's multiplayer system for the purpose of remote collaboration/coaching/teaching, since the editor itself is unlikely ever to be upgraded to multiplayer.
How to Reproduce
When I instantiate res://addons/block_code/ui/main_panel.tscn into a game it doesn't work due to numerous references to EditorInterface.get_inspector(), a single global instance of BlockEditorContext, and so forth.
Block Coding Plugin Version
v0.7
Godot Engine Version
v4.3
Operating System
Nixos
Logs or command-line output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Features that rely on the editor (like dragging nodes from the scene tree) would have to be removed to enter it in a game environment. Instead, why not a multiplayer version of this plugin with a pull request? I haven't made any multiplayer games yet, but it seems that a multiplayer plugin should be possible
What Happened
There are uses for this drag-and-drop coding system within a running game system to give it a kind of extreme configurability. For example, a runtime version of this module this module was made for the Heroes card game two stands down from the Endless stand at Godotcon2024.
An in-game version of Block Coding would also provide the capability to run this feature under Godot's multiplayer system for the purpose of remote collaboration/coaching/teaching, since the editor itself is unlikely ever to be upgraded to multiplayer.
How to Reproduce
When I instantiate res://addons/block_code/ui/main_panel.tscn into a game it doesn't work due to numerous references to
EditorInterface.get_inspector()
, a single global instance ofBlockEditorContext
, and so forth.Block Coding Plugin Version
v0.7
Godot Engine Version
v4.3
Operating System
Nixos
Logs or command-line output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: