OnTriggerEnter gets called once per trigger collision, thus making Translate to get called maybe once only (moving your object a tiny bit), if you want Translate to be called every frame you need to move it in the Update function.
Good luck
↧