This commit is contained in:
2025-09-10 15:52:11 +08:00
parent da62231706
commit c9b8eb8570
5 changed files with 52 additions and 14 deletions

View File

@@ -90,7 +90,9 @@ namespace Stary.Evo
}
else if (fsmLoadSystem.GetOpenDomainType() == OpenDomainType.ImageTracked)
{
info.transform.position = fsmLoadSystem.GetPosition();
info.transform.position = fsmLoadSystem.GetTransformCtor().position;
info.transform.rotation = Quaternion.Euler(fsmLoadSystem.GetTransformCtor().rotation);
info.transform.localScale = fsmLoadSystem.GetTransformCtor().scale;
}
}
else