├── Editor ├── PrefabPlacementEditor.cs └── PrefabPlacementEditor.cs.meta ├── LICENSE.txt ├── PlacementSystem.cs └── README.md /Editor/PrefabPlacementEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marmitoTH/Unity-Prefab-Placement-Editor/HEAD/Editor/PrefabPlacementEditor.cs -------------------------------------------------------------------------------- /Editor/PrefabPlacementEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marmitoTH/Unity-Prefab-Placement-Editor/HEAD/Editor/PrefabPlacementEditor.cs.meta -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marmitoTH/Unity-Prefab-Placement-Editor/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /PlacementSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marmitoTH/Unity-Prefab-Placement-Editor/HEAD/PlacementSystem.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marmitoTH/Unity-Prefab-Placement-Editor/HEAD/README.md --------------------------------------------------------------------------------