I'm developing a game which allow the user randomly generate the dungeon for walking through. So, that means I need to BSP(for collision detection) to be generated after finishing generating dungeon. Because there are no specific dungeon, so I could not use Prefab to generate BSP and import to the code again.
I know there is Bsp.Builder package, but I could not find any documents for it. So, could anyone give me some hints how to generate BSP by actionscript . Thank you so much
