I want to get the absolute position of an object and move it using that absolute position. Let me explain my method. First, I use GetTransform().Translation
to get the position and then adjust the Position
with Vector3
. After that, I use the MoveTo
function with Spawn
. However, with this method, it doesn’t seem to move using the absolute position. As a countermeasure, I also changed the position setting in Verse from relative to world, but the issue was not resolved. I’d appreciate any advice.