#How do I make created instances unique?
6 messages · Page 1 of 1 (latest)
6 messages · Page 1 of 1 (latest)
I tried using duplicate().instantiate() but it doesn't work.
$Neck/Camera3D/targeter.add_child(b)
b.play("smallshot", 25)```
Remove instantiate
That doesn't work, it causes an error
"Invalid type in function 'add_child' in base 'Node3D'. The Object-derived class of argument 1 (PackedScene) is not a subclass of the expected argument class."
what type is laser ?