Carson Reader
Carson Reader
Since the plugin is now available from the Godot asset browser, this is no longer accurate.
This allows script allows you to trigger the rescaling at editor time by selecting a Rigidbody and running the editor script. This has the benefit of getting rid of the...
# Overview Refactored Experiment Field Collection to be an Action that can be run from the orchestrator ## Ticket [Pivotal Ticket](https://www.pivotaltracker.com/story/show/187701300) ## Contributions - Create `ExperimentFieldCollectionAction` which calls `start_experiment_field_collection_gui` ##...
Implementation of [10852](https://github.com/godotengine/godot-proposals/issues/10852) Also would help with [3555](https://github.com/godotengine/godot-proposals/issues/3555) Currently, using the `Input` singleton, actions can only be queried for all devices. This is problematic for local multiplayer games, as these...