Y
Y
Yura Mailler2021-12-27 08:14:16
Unity
Yura Mailler, 2021-12-27 08:14:16

How is the system for creating a new world created?

Hello ! How can you make a new world creation system? I had an idea that you can make a copy of the scene, but I'm not sure that this can be implemented in Unity, and after the end of the game, all created objects are deleted if there is no way to save them. (And I don’t know if the scene can be saved or not)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
greedile, 2022-01-03
@greedile

public GameObject Map;

public void CreateMap(){
    Instantiate(Map);
}

I don't quite understand the question, but I think it might help you. And yes, change the level from hard to easy.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question