changed: more robust environment observers, player graph changes

This commit is contained in:
Chris
2025-07-29 12:34:30 -04:00
parent 706e53c5f7
commit 92c6ac0016
4 changed files with 186 additions and 100 deletions

View File

@@ -9,6 +9,7 @@ namespace NodeCanvas.Tasks.Conditions {
public BBParameter<string> observerLabel;
public BBParameter<RaycastHit> outputHitTo;
//Use for initialization. This is called only once in the lifetime of the task.
//Return null if init was successfull. Return an error string otherwise
protected override string OnInit(){