Is it possible to copy and paste something from the Hierarchy in one Unity and paste it in another?
What's happened is that while trying to code the game to stop playing music when paused, it caused errors, so I changed it to how it previously was. So I tested it and everything runs fine except the pause menu isn't showing up anymore.
I've opened up the script and after looking through it and comparing it to the backup I made before I changed anything, they're both exactly the same. Even the settings in Unity are the same. So I opened 2 Unity programs, side by side to compared the settings, script, absolutely every single bit are identical but for some reason in the new version the pause menu will not appear and this is where my question comes in:
Is it possible to copy and paste some objects from the hierarchy in one Unity and paste them in the other? I'm really trying to fix this as there's a major amount of work between the old version and current version that took me a long time to do and I'd rather not have to do it all again.
Answer by metalted · Jan 19, 2017 at 02:13 PM
Turn all your objects in to prefabs and create a unitypackage maybe? That way you can import all your previous stuff.
I tried that but now unfortunately the script has affected the backup copy of my game :(