Skip to content

PhatomCamera3D.set_look_at_targets seems to not accept arrays containing children of Node3D #302

Discussion options

You must be logged in to vote

The error suggests that dice isn't of type Array[Node3D]. Have you tried strongly typing it?
I.e.

var dice: Array[Node3D] = []

Also, what does the two print statements on the second and third last line show in the output tab?

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@AvianAnalyst
Comment options

@ramokz
Comment options

@AvianAnalyst
Comment options

Answer selected by AvianAnalyst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants