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
{{ message }}
This repository was archived by the owner on Jan 3, 2019. It is now read-only.
As mentioned in 11744aa, OSCreceive will not emit osc_message_received signal unless either set_process(true) was called at _ready() (or some other such time).
Moreover, we get ERROR: emit_signal: Error calling method from signal 'osc_message_received': 'NodeName(AttachedScript.gd)::_on_custom_method_osc_message_received': Method not found. if _process(delta) is present but unset.
The text was updated successfully, but these errors were encountered:
As mentioned in 11744aa, OSCreceive will not emit
osc_message_received
signal unless eitherset_process(true)
was called at_ready()
(or some other such time).Moreover, we get
ERROR: emit_signal: Error calling method from signal 'osc_message_received': 'NodeName(AttachedScript.gd)::_on_custom_method_osc_message_received': Method not found.
if_process(delta)
is present but unset.The text was updated successfully, but these errors were encountered: