- Home /
How i can make a cube maze
Hi, i am trying to make a maze game. Now i have a maze generator. it generate only one maze but i want to create six maze and make them a cube. So there is my problem, i want to save my maze spawner's clones as prefabs and so i can make cube maze with rotating them. How can i save gameobject as prefab.
Assu$$anonymous$$g your maze GameObjects are all nested under one GameObject, you should be able to simply drag the parent object from the Hierarchy window into the Project window to create a prefab.
Thank you but my maze generator create random maze so if i create prefab it will be only one maze
Your answer
Follow this Question
Related Questions
instantiate prefabs y+1 from last instintiated prefab 1 Answer
Trying to instantiate prefabs to a parent object with C# script. 1 Answer
Distribute terrain in zones 3 Answers
How to manipulate a variable of a prefab script (instantiated) while the game is runnning . 1 Answer
Multiple Cars not working 1 Answer