I want to create a game GUI prefab to use it in another levels. Simultaneously, GUI prefab contains buttons, that are prefab instances too. When I save GUI prefab and then change button prefab, nothing happens. That's because GUI prefab can't store references of button brefab. How can I solve it?
↧