About 16,300,000 results
Open links in new tab
  1. How do you apply a rotation in unity?

    Sep 7, 2021 · Unity has a full API for access to the mesh so you can make any changes you want or even create meshes from scratch. Unless you need to do this at runtime, though, it would …

  2. Scripting API: Transform.Rotate - Unity

    Use Transform.Rotate to rotate GameObjects in a variety of ways. The rotation is often provided as an Euler angle and not a Quaternion. You can specify a rotation in world axes or local axes.

  3. How to apply transform in Unity - Stack Overflow

    May 13, 2020 · Is possible to apply a Transform via script in Unity? What I mean with "applying" is setting the current position/rotation/scale of an object AS their default ones: if a game object is …

  4. How to Rotate in Unity (complete beginner’s guide)

    Jul 13, 2021 · So if you want to read the rotation of an object, or set it directly, you’d typically use the rotation property (or the Vector 3 shortcut: transform.eulerAngles). Whereas, if you want to …

    Missing:

    • Mesh

    Must include:

  5. Can I rotate a MESH without a gameobject in UNITY : r/Unity3D - Reddit

    Jan 31, 2023 · You could make a script that takes the mesh vertices from your meshfilter and use a public vector3 to rotate and save mesh. Saving the new mesh im not too familiar with but this …

  6. Rotating a mesh. - Unity Engine - Unity Discussions

    May 4, 2011 · I want a way to make the mesh texture move, without changing the rotation of the object, only the mesh rendering. they are using the code to scroll a forcefield, but I’m sure a bit …

  7. Unity - Manual: Rotation and orientation in Unity

    You can use quaternions directly if you use the Quaternion class. If you use script for your rotations, you can use the Quaternion class and functions to create and change rotational …

    Missing:

    • Mesh

    Must include:

  8. unity - How to rotate a mesh in shader graph? - Game …

    Apr 18, 2023 · Assemble these three vectors into a rotation matrix, and use it to rotate our local vertex position, normal, and tangent (if you care about lighting and normal mapping, …

  9. How do I get my wheel mesh to rotate on the proper axis?

    May 26, 2017 · I have a workaround that involves adding a Vector3 to the wheel struct called startRotationPose which stores the rotation of wheel as you typed in your editor e.g. 0, -90, 90. …

  10. Rotate Mesh inside Shader - Unity Engine - Unity Discussions

    May 14, 2021 · I would pass a Matrix4x4 containing the rotation inside the shader, and apply this rotation inside the vertex shader, In your CSharp : Matrix4x4 rotMatrix = …

  11. Some results have been removed
Refresh