Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Discussion Fix game object ordering when opening project in older Unity version

Discussion in 'Editor & General Support' started by charlesroberts, May 15, 2023.

  1. charlesroberts

    charlesroberts

    Joined:
    Dec 14, 2021
    Posts:
    5
    Yes, I understand opening a project created in a newer Unity version in an older version is not supported, but I found in my case I was able to get a large project to work in an older version by making a tool to restore the game object ordering. It works by writing the ordering to text file from the the newer Unity version and then reading the file and reordering the out of order siblings in the older version. So both Unity versions are required to use it. I thought it might be useful to the community, so it is available here: https://github.com/chazroberts/HierarchyFixerUpperTool.git