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
When I apply the node tree to the selected object and press play and press any button or move my mouse the object won't move despite it being programed via the logic nodes.
The text was updated successfully, but these errors were encountered:
Fungaming51
changed the title
The logic node aren't working
The logic nodes aren't working
Dec 14, 2023
I just checked and got this error message:
"[ERROR] KX_PythonComponent[player_controls] - Failed to invoke the start callback.
Traceback (most recent call last):
File "C:\Users[user]\Desktop\f\games\The Family\The Granny\The Granny.blend\nl_player_controls.py", line 176, in start
File "C:\Users[user]\Desktop\f\games\The Family\The Granny\The Granny.blend\nl_player_controls.py", line 102, in init
AttributeError: 'ULObjectAttribute' object has no attribute 'VEC'
[ERROR] KX_PythonComponent[collicetable] - Failed to invoke the start callback.
Traceback (most recent call last):
File "C:\Users[user]\Desktop\f\games\The Family\The Granny\The Granny.blend\nl_collicetable.py", line 80, in start
File "C:\Users[user]\Desktop\f\games\The Family\The Granny\The Granny.blend\nl_collicetable.py", line 42, in init
AttributeError: 'ULObjectAttribute' object has no attribute 'VEC'"
When I apply the node tree to the selected object and press play and press any button or move my mouse the object won't move despite it being programed via the logic nodes.
The text was updated successfully, but these errors were encountered: