Skip to content

Plugin Settings

BenPyton edited this page Feb 21, 2021 · 5 revisions

Plugin Settings

Here you can change some settings for all the plugin.

  • Room Unit: This is the size of a 1 unit room. Each room have a size made of a multiple of this unit. For instance, if you have a room unit of (1000, 1000, 400) and a room of size (3, 1, 2), this room will have in world unit a size of (3000, 1000, 800).
  • Door Size: This is the size used by the debug draw to draw the doors. THis is just a visual indication for you, it is not used by the generation algorithm.
  • Door Offset: You can add an offset on the Z-axis for the doors (eg. if you want to place a ground with a non-zero depth). This offset is a percentage between 0 and 1 of the room unit height.
  • Occlusion Culling: This will show only the rooms where the player is, and the directly connected rooms to it. Use this for performance reason.
  • Draw Debug: This will display the debug draw of room bounding volume and doors volume in editor and development builds.
  • On Screen Print Debug: This will prints some debug messages on the player screen in addition to the logs (useful to compare seeds when testing multiplayer).
  • Print Debug Duration: The duration in seconds of the on screen debug messages.