Categories
Example

Specifying Assets Available for Loading

Load OWT Terrain from disk, create agents from prefabs or from the scene.

Categories
Example

REST Services

Demonstrates how to host a RESTful service in RIDE so that it can be accessed via an HTTP request from a web browser.

Categories
Example

Pedagogical Logger

Logs pedagogical events during an active simulation for later analysis.

Categories
Example

Patrol and Attack Bot

Demonstrates autonomous agents using behavior trees (BT) in order to make decisions about patrolling and attacking.

Categories
Example

MSELI

Master scenario events list injection (MSELI) allows you to create arbitrary events in the simulation and provide them with execution orders and conditions for their execution during the scenario.

Categories
Example

Moving Agents

Interface systems for moving agents in scenarios.

Categories
Example

Logging

Use the RIDE API to implement your own logging.

Categories
Example

Listening to / Dispatching Events

Create listeners for events and dispatch events in simulations.

Categories
Example

Headless Mode

If the CommandLineParser.cs script is in the scene, and you create a build of the scene, then you can process all the ScenarioParameters and run your simulation with or without graphics.

Categories
Example

Grouping Agents

Establish groups for agents and relationships between the groups.