endlessm / godot-block-coding

Block-based visual programming plugin for Godot
https://godotengine.org/asset-library/asset/3095
MIT License
284 stars 20 forks source link

add physics process #261

Open wesamdev opened 3 weeks ago

wesamdev commented 3 weeks ago

What Happened

please add physics process loop

How to Reproduce

nothing

Block Coding Plugin Version

v0.7.1 Latest

Godot Engine Version

v4.4.0-dev redot

Operating System

windows 10 pro x64

Logs or command-line output

No response

Anything else?

No response

manuq commented 3 weeks ago

Thanks. We had this before and it was intentionally removed, because it is a bit confusing for learners to have two different main loops. And because for the default Godot project, the physics loop and the screen refresh loop run at the same pace.

manuq commented 2 weeks ago

Here is a proposal to make this happen: #282