What is the best way to teleport an entity? seems if falls threw foundation sometime when i use transform.localPosition
Best method to change entity position?
Usually all you need to worry about is determining the ideal position. If it's falling through the floor, probably you need to spawn a little higher such as
position + Vector3.up * 0.5f.