Bake Scenes into Dreams
With the upcoming Bake Tool I was thinking about stuff that I can do with it in my projects and I had a neat Idea that could be useful in combination with it.
I think it would be amazing if we could bake new scenes into a dream. It would come pretty handy for the procedurally generated dungeon crawler game I am working on. So right now I have a scene that generates a room of the dungeon. One room is packed with so much logic that I can't create more than one inside the scene, so I have to reset the room every time a player leaves it. This makes it impossible to return to previous rooms because they are gone. With the now upcoming Bake tool I will be able to save the generated room which is quite awesome, but now I'm asking myself how I could create multiple of that rooms and that is where my idea would come in handy. It would be awesome if I could bake a second instance of the same scene into the dream, so my generator would create another room that is linked to the previous one.
I hope I explained it good enough :D
-
I think you will be able to just make a copy of the logic. Say, have an element with the generation logic, import it into a new scene, generate, bake, delete the logic, add to your dream. Then make a new fresh scene, import the element, generate, bake, delete the logic, add to your dream.
So, no need for a special mechanism to bake an entire scene or something; just bake the emitted stuff the same way each time, to make multiple such scenes.
댓글을 남기려면 로그인하세요.