Tool Development #6: Obstructions
- Dan
- Jan 2, 2023
- 1 min read
Updated: Jan 23, 2023
The tool will now not spawn objects if the prefab will be obstructed. This will help prevent clipping issues if the user wishes to quickly spawn multiple objects. The top of the prefab can be manually set with a prefabData script, or if the user chooses not to have obstruction, they can choose to not add the script.

Picture below demonstrating no prefab data attached.

The height can be set in the prefab and a sphere helps the user determine the max height of the object.

Comments