Categories
Example

Dynamic Spawn

Spawn individual agents or squads, and then commandeer any single unit with full first-person fire/movement controls.

Categories
Example

Default Skin

Collects the available UI elements (widgets) in RIDE.

Categories
Example

Navigation Mesh Generation

Create a navigation mesh from local OWT data for agent pathing.

Categories
Example

Combat

Define the unit spawn parameters of opposing Blue and Red agents. Autonomous behaviors enable each side to navigate obstacles and engage via line-of-sight in order to reach a waypoint.

Categories
Example

Training TakeCover ML

Rapid training of mlAgent units for modelling cover behaviour by inference. This scene links to an external python application over Unity TCP containing user-defined observations created in an academy for which the unit “brains” undergo training.

Categories
Example

Behaviour Comparison

This scene demonstrates how one might analyze side-by-side the performance of two approaches for agent cover behaviour: scripted vs. Machine Learning (ML).

Categories
Example

Agent Commands

Command agents with basic real-time strategy (RTS) control type input. Displays a selector marquee in a specified color, with selected agents displaying a circular icon at their base.

Categories
Example

Agent Behaviours

Demonstrates a code-driven set of general and custom agent behaviors for a unit.

Categories
Example

Adding Agents

Instance Red/Blue agents through script at runtime.

Categories
Example

Terrain Loading

Examine available terrain maps in TILE or LMAB formats, selecting between different LOD settings.