├── 00_Assets.unitypackage ├── 01_InputManagerVIdeo.unitypackage ├── 02_GameManagerVideo.unitypackage ├── 03_RoadManager1.unitypackage ├── 04_StructureModelClass.unitypackage ├── 05_RadFixerP1.unitypackage ├── 06_RadFixerP2.unitypackage ├── 07_RadFixerP3.unitypackage ├── 08_PathFindingP1.unitypackage ├── 09_PathFindingP2.unitypackage ├── 10_UiController.unitypackage ├── 11_StructurePlacement.unitypackage ├── 12_Finishing.unitypackage ├── 16_Extra - placing bigger structures ├── 16_placing bigger strucutres.unitypackage ├── GameManager.cs ├── PlacementManager.cs ├── StructureManager.cs └── UIController.cs ├── AudioPlayer.cs ├── CameraMovement.cs ├── GameManager.cs ├── Grid.cs ├── GridSearch.cs ├── InputManager.cs ├── PlacementManager.cs ├── README.md ├── RoadFixer.cs ├── RoadManager.cs ├── StructureManager.cs ├── StructureModel.cs └── UIController.cs /00_Assets.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/00_Assets.unitypackage -------------------------------------------------------------------------------- /01_InputManagerVIdeo.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/01_InputManagerVIdeo.unitypackage -------------------------------------------------------------------------------- /02_GameManagerVideo.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/02_GameManagerVideo.unitypackage -------------------------------------------------------------------------------- /03_RoadManager1.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/03_RoadManager1.unitypackage -------------------------------------------------------------------------------- /04_StructureModelClass.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/04_StructureModelClass.unitypackage -------------------------------------------------------------------------------- /05_RadFixerP1.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/05_RadFixerP1.unitypackage -------------------------------------------------------------------------------- /06_RadFixerP2.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/06_RadFixerP2.unitypackage -------------------------------------------------------------------------------- /07_RadFixerP3.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/07_RadFixerP3.unitypackage -------------------------------------------------------------------------------- /08_PathFindingP1.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/08_PathFindingP1.unitypackage -------------------------------------------------------------------------------- /09_PathFindingP2.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/09_PathFindingP2.unitypackage -------------------------------------------------------------------------------- /10_UiController.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/10_UiController.unitypackage -------------------------------------------------------------------------------- /11_StructurePlacement.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/11_StructurePlacement.unitypackage -------------------------------------------------------------------------------- /12_Finishing.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/12_Finishing.unitypackage -------------------------------------------------------------------------------- /16_Extra - placing bigger structures/16_placing bigger strucutres.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/16_Extra - placing bigger structures/16_placing bigger strucutres.unitypackage -------------------------------------------------------------------------------- /16_Extra - placing bigger structures/GameManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/16_Extra - placing bigger structures/GameManager.cs -------------------------------------------------------------------------------- /16_Extra - placing bigger structures/PlacementManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/16_Extra - placing bigger structures/PlacementManager.cs -------------------------------------------------------------------------------- /16_Extra - placing bigger structures/StructureManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/16_Extra - placing bigger structures/StructureManager.cs -------------------------------------------------------------------------------- /16_Extra - placing bigger structures/UIController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/16_Extra - placing bigger structures/UIController.cs -------------------------------------------------------------------------------- /AudioPlayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/AudioPlayer.cs -------------------------------------------------------------------------------- /CameraMovement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/CameraMovement.cs -------------------------------------------------------------------------------- /GameManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/GameManager.cs -------------------------------------------------------------------------------- /Grid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/Grid.cs -------------------------------------------------------------------------------- /GridSearch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/GridSearch.cs -------------------------------------------------------------------------------- /InputManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/InputManager.cs -------------------------------------------------------------------------------- /PlacementManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/PlacementManager.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/README.md -------------------------------------------------------------------------------- /RoadFixer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/RoadFixer.cs -------------------------------------------------------------------------------- /RoadManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/RoadManager.cs -------------------------------------------------------------------------------- /StructureManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/StructureManager.cs -------------------------------------------------------------------------------- /StructureModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/StructureModel.cs -------------------------------------------------------------------------------- /UIController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunnyValleyStudio/SimpleCityBuilder/HEAD/UIController.cs --------------------------------------------------------------------------------