Custom Spawnpoint

I am not sure if this can be done without access to source code.

I want to make a custom Spawnpoint that starts out has a circle when you drop it into the level. But also let the level designer change it’s shape like making the circle into an arc and the enemy will spawn from the area of the arc.(am not sure if this can be done with C# on the scripting side).

Could someone point me in the right direction to do this?

There is no problem with that.

As there is no such thing as spawnpoint in unity its all up to you what a spawnpoint is and how it works, what area it covers etc :slight_smile:

@dreamora, Thanks

Exactly what dreamora stated.

In addition, that spawn point concept is a reasonably trivial problem to solve for a competent programmer.