If you want to have stuff load like this, your best bet would be to instantiate a prefab. Make a prefab for each class (model, scripts, etc) and on button press, delete the last loaded prefab and instantiate a new one. I did this for models in the past so it should work similar for this project. Let me know if you need help. (ps sorry for late answer)
↧