acdamiani / schema

Visual intelligence for the Unity game engine
https://schema-ai.com
MIT License
53 stars 4 forks source link

`BlackboardEntrySelector` cannot currently be used in a Modifer #8

Closed acdamiani closed 8 months ago

acdamiani commented 8 months ago

Modifiers, including the LoopUntil modifier, are currently not allowed to have BlackboardEntrySelector fields, claiming that Modifiers are "non tree" types. This should necessitate an update to the BlackboardEntrySelectorDrawer type checking logic.