N
N
NickName73312018-03-25 22:05:03
C++ / C#
NickName7331, 2018-03-25 22:05:03

Unity (C#) - How to get information about the Vector3 of the desired object?

How can I constantly get information about the Vector3 of the desired object (GameObject)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
freeExec, 2018-03-25
@NickName7331

void Update()
{
   var postoyanno_noviy_v3 = myGO.transform.position;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question