For the complete documentation index, see llms.txt. This page is also available as Markdown.

Door Rotation Issue

Door Prefab Rotation

  • Some door objects may appear flat when dragged from the prefabs folder

    • Set X rotation to -90 to fix this issue

Door Custom Pivot Rotation

If you're having issues with a door rotating on multiple axis or just not rotating as you would expect, I have a solution for you.

  • Make an empty GameObject which asks as your pivot point for your door.

  • Place the empty GameObject in the position you want your door to pivot from

  • Then parent your door to that empty GameObject

  • You can then use the empty parent as a way to rotate your door around, means rotations may work correct.

Last updated