About 862,000 results
Open links in new tab
  1. Unity transform.Translate (Vector3.forward); doesn't work

    Mar 1, 2023 · I am new to Unity and I am learning through "Create With Code" tutorial from Unity. Here they say, that I can use transform.Translate (Vector3.forward); command to move object …

  2. Getting transform.Translate behavior using Rigidbodys in Unity

    Apr 25, 2022 · My goal is to achieve behavior that is exactly like tranform.Translate(), just without breaking collision detection. I'm currently dealing with some rather thin walls and the …

  3. What is the use of transform.Translate ()? - Stack Overflow

    Aug 9, 2020 · What is the difference between doing transform.Translate(offset); and transform.position += offset; Is there any smoothing or stuff in the background that the method …

  4. c# - unity transform.Translate - Stack Overflow

    Jul 7, 2023 · c# unity-game-engine transform edited Jul 7, 2023 at 13:42 derHugo 92.6k 9 94 141

  5. Confused about the use of transform.Translate as opposed to

    Oct 2, 2018 · Then I was using this line of code to move my target: transform.Translate(transform.forward * speed * Time.deltaTime); If you watch the video I …

  6. vector - moving my object with transform.Translate make it move …

    -1 I'm having a hard time with unity trying to translate a simple object. The object move in a 3 dimension world but only on the x and z axis. The function I'm using is the Translate function …

  7. How to move a GameObject for using a Vector2 in Unity?

    1 The Transform.Translate (movementMonster) will move your GameObject by the defined Vector3 movement monster every time you call it. Example: Let's assume that start position of …

  8. rigidbody methods vs transform.translate : r/Unity3D - Reddit

    Jun 28, 2022 · I know that transform.translate misses out on some physics, and was more specifically curious about examples for the different rigidbody methods. I read some articles …

  9. Difference between Transform.Position and Transform.Translate …

    Mar 8, 2015 · Difference between Transform.Position and Transform.Translate for 2D sprites? Hey everyone! I am new to unity and I am currently doing a pong game and I am at the part …

  10. c# - Unity transform.Translate changed object directions not as ...

    Jan 12, 2022 · Unity transform.Translate changed object directions not as expected Asked 3 years, 11 months ago Modified 3 years, 11 months ago Viewed 836 times