Getting Started
Type System
Entities
Levels
Agent
Key Concepts
Editors
Included Types
How Tos
Basic UI/Placement
3rd Party Integrations
API Documentation
More Resources
Entity Types
What are Entity Types?
Entity Types must have a location in the World and have a corresponding Unity Component. For example, an Agent Type inherits from Entity Type and has a corresponding Agent Component that is attached to the Agent's GameObject. There are currently three Entity Types:
- Agent Type: Can make decisions and act in the World.
- World Object Type: Can contain items, be built or grow, and have states.
- Agent Event Type: A multi-agent event that provides syncronization between agents.