DerangedSenators / copsandrobbers

2D Multiplayer Cops and Robbers Game made with Unity for the Aston University Team project module
https://www.copsandrobbers.co.uk
Apache License 2.0
6 stars 5 forks source link

Fragment Scenes #35

Closed hsravat-4590 closed 3 years ago

hsravat-4590 commented 3 years ago

Holding everything in a single scene file can cause it to grow and make it unmaintainable. Using SceneManager, We should fragment our scenes into modular components which can then be loaded in as a single scene at runtime. This will also allow us to reuse components when creating more maps efficiently