I want to ‘get’ the colliders from a level.
So if I create a terrain and place a cube on top of it for example
I want to ask the level for the colliders of these objects.
My intention is to create an Editor Plugin that lets me export those colliders.
In UNITY there was such a function. Something like Editor.FindObjectsOfType(typeof(Collider))