quabug / EntitiesBT

Behavior Tree for Unity ECS (DOTS) framework
MIT License
463 stars 37 forks source link

Behavior tree built from visual graph is not portable (not able to serialize nor desirialize) #135

Closed quabug closed 3 years ago

quabug commented 4 years ago

The graph input data is not properly serialized into BlobVariable which still require runtime value of GraphInstance. https://github.com/quabug/EntitiesBT/blob/55632b3133c9090c3439cea6e93611e91f9f99a8/Packages/builder.visual/Runtime/Variable/GraphVariableProperty.cs#L50

quabug commented 3 years ago

should use another graph library instead of com.unity.visualscripting.entities

147