csharp
public enum PlanFailureWhy a resolve produced no plan.
Fields and properties (6)
NoneIt produced one.
NoGoalNothing was asked for, or the goal index names nothing.
AlreadyMetThe goal is already true. Not a failure, and worth telling apart from one.
UnreachableNothing this agent can do leads to the goal.
BudgetExhaustedThe search ran out of nodes. ⚠ A bound, not a bug — see GoapSettings.
DepthExceededEvery chain reached the depth limit without finishing.
Used by (11)
- AiSnapshotsVixen.Ai
- GoapBudgetTestsVixen.Ai.Tests
- GoapCostTestsVixen.Ai.Tests
- GoapPearTestsVixen.Ai.Tests
- GoapPlanVixen.Ai
- GoapPlanQueueVixen.Ai
- GoapPlanQueueSchedulerTestsVixen.Ai.Tests
- GoapPlannerVixen.Ai
- GoapReplanTestsVixen.Ai.Tests
- GoapThroughputTestsVixen.Ai.Tests
- GoapGraphProjectionTestsVixen.Editor.AssetEditors.Tests