IcterusGames / SimpleGrassTextured

Plugin to make grass on Godot 4
MIT License
170 stars 16 forks source link

A raycast error is printing to the log when attempting to use the plugin brush in the viewport. #1

Closed spalose closed 1 year ago

spalose commented 1 year ago

After installing the plugin, I am getting spammed with raycast and physics process errors when attempting to use the plugin's brush.

Godot 4 beta 17

image

IcterusGames commented 1 year ago

Fixed in version 1.0.4, this happened because the physics are in a separate thread (project settings->physics->3D->run_on_separate_thread)