Also, Vector2(1.391, 0.718, -1.482) won’t work. Use Vector3(1.391, 0.718, -1.482), or eliminate a dimension, whichever is appropriate for the circumstances.
stormreaver | 2022-11-04 13:51
Wow didn’t even notice. Just copypasta.
Looks like the new property position on Spatial correction Node3D is already causing confusions.
One of the reasons why it’s important to always use functions to assign vars and not directly with globals everywhere