Common Debug

Youtube tutorial.

CullPoint Debugger

Displays the cull point radius (example).

_images/CullPointDebugger.png

CityDebugger/OtherDebuggers/CullStateObjectsDebugger

Enable debug : on/off debugger.

CullState Object Debugger

Displays the cull state of objects in the scene (example).

_images/CullStateObjectDebugger.png

CityDebugger/OtherDebuggers/CullPointDebug

Examples

_images/CullStateObjectDebuggerExample.png

Cull point debug and cull state object debugger are enabled example (red - culled, blue - close to camera, green - in view of camera).

Hashmap Grid Debugger

Displays the size and position of the hashmap cell (can be useful when choosing the basic hashmap cell size in DOTS systems).

_images/HashmapGridDebugger.png

CityDebugger/OtherDebuggers/HashMapGridViewDebugger

Enable debug : on/off debugger.
Line color : colour line in the scene.
Cell size : grid cell size.
X size : X grid size.
Y size : Y grid size.
_images/HashmapGridDebuggerExample.png

Section Debugger

Displays the load section radius, created road sections, road connections (:ref:`TrafficNodes <trafficNode>).

_images/SectionDebugger.png

CityDebugger/OtherDebuggers/SectionDebugger

Enable debug : on/off debugger.
Show traffic path : on/off display connection of TrafficNodes.
Loaded section color : loaded section color.
Unloaded section color : unloaded section color.
Load circle color : load circle color.
Unload circle color : unload circle color.
_images/RoadStreamingExample.png

Road streaming example.