- Home /
Upgrading Unity 3 project to Unity 5
Upgrading project made with Unity 3 to Unity 5 loses all reference links.
Materials lose textures, Renders lose materials, GameObject loses MonoBehaviours etc...
Do I need to install Unity 4 and upgrade gradually (3 -> 4 -> 5) or is there some external tool or something?
not quite sure, so i'll write it in comments i think you HAVE to upgrade the project gradually, that's the easiest way
If you have time you could go backwards through the upgrade requirements and look for dependencies between steps here:
https://docs.unity3d.com/$$anonymous$$anual/UpgradeGuides.html
Your answer
Follow this Question
Related Questions
Unity 4 to Unity 5 project upgrade stuck at 50% (Solved) 1 Answer
What is the diffrence between Reference and GetComponent ? 1 Answer
Why we have to use getcomponent instead of a simple reference ? 2 Answers
A* pathfinding generating new path when created new obstacle 0 Answers
Scriptable Objects, how to force Include in Compile / Build without referencing it in the scene? 1 Answer