Question by
unity_KtdHeROMRSlAfQ · Jan 26, 2019 at 05:26 PM ·
c#teleportteleporting
need help teleporting an object
i want to teleport my player (objToTP) to a another object (tplocation), i currently have this: objToTP.transform.position = tplocation.transform.position ;
but it doesn,t work, variables are assigned and the function executes, no error message in the console
Comment